RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomClientDataSet.MergeChangeLog Method

Merges any data changes in the change log into the client dataset, overwriting existing values.

Pascal
procedure MergeChangeLog;
C++
__fastcall MergeChangeLog();

Call MergeChangeLog to merge changes in the change log into the actual data for the dataset, effectively creating a new data baseline. Existing values for which changes exist are overwritten.

Note: This method is seldom called explicitly when using a provider because is called automatically by ApplyUpdates as part of the updating process. In file-based applications, MergeChangeLog must be called explicitly if LogChanges is true.
 

Delta 

LogChanges 

Reconcile 

Merging Changes into Data

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!