delphi - DataSnap: update client dataset on updating server data -


In my server application I have some datasets, which are connected to TDataSetProvider in customer eder, I use TClientDataSet < / P>

On some server methods, I am changing the SQL property of the query, and reloading the data in the server module.

But there is no change in the client app.

How can it solve the best way?

Thank you.


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

python - Calculate STD manually using Groupby Pandas DataFrame -

java - @PluginTarget(Node.class) not registering as neo4j plugin -