Is there any way to manually track the changes done to a clientdataset's delta and update the changes manually on to then db. i have dynamically created a clientdataset and with out a provider i am able to load it with a tquery, now user will do some insert update and delete operations on the data available in the cds, and at final stage these data(modified) should be post in to database by using a tquery(not apply updates)..
feedback
|
|
After populating your data set from the TQuery call Then when at the final stage, before updating the query with the dataset, set
You can also use But be careful that, is seems that there will be multiple versions of a record, and it is a bit difficult to understand how the "change log" keeps track. And there also can be multiple actions on a record, like modifying it a few times and then deleting it. | |||||||||||
feedback
|
Above should work regardless of number of modified Cheers Pham | |||||
feedback
|