Page 1 of 1

CachedUpdates x LocalUpdate

Posted: Fri 06 Mar 2009 14:43
by Romano
Hi,
can you explain to me differences between CachedUpdates and LocalUpdate?

Thanks a lot
Roman

Posted: Wed 11 Mar 2009 13:43
by Plash
In the CachedUpdates mode all changes are stored in the dataset buffer. So you can call the ApplyUpdates method later to send the changes to the database.

In the LocalUpdate mode data in dataset are changed locally but information about changes is not stored. So you cannot send the changes to the database.