RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBBatchMove.ChangedTableName Property

Specifies the name of a local Interbase table that is created to hold copies of all records from the destination table that are changed by the batch operation.

Pascal
property ChangedTableName: TFileName;
C++
__property TFileName ChangedTableName;

Set ChangedTableName to create a table that saves all unchanged versions of records that are changed by the batch operation. ChangedTableName must specify the name of a Interbase table. Setting ChangedTableName ensures that no information in the Destination table gets lost when the records are altered or deleted. 

When the Mode property is batUpdate or batAppendUpdate, the new table will hold all records that were updated. When the Mode property is batDelete, the new table will hold all records that were deleted. 

The ChangedCount property specifies the number of records in the new table. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!