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 -

asp.net mvc - How to attach sql database to a javascript graph -

c# - How to know the number of Threads created and limit the Tasks accordingly -