to track the modified rows and manually update from the TClientDataSet's Delta
Posted
by Vijay Bobba
on Stack Overflow
See other posts from Stack Overflow
or by Vijay Bobba
Published on 2010-06-12T07:18:34Z
Indexed on
2010/06/12
7:22 UTC
Read the original article
Hit count: 361
delphi
|tclientdataset
hi, 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)..
© Stack Overflow or respective owner