Accuracer: The First And Only Cross-Platform BDE Replacement
Client-Server Single-File Embedded Database with SQL for Delphi / C++Builder / Kylix


TACRBatchMove.ChangedTableName
TACRBatchMove
Top 

Specifies the name of an Accuracer table that is created to hold copies of all records from the destination table changed by the batch operation. This table will be created in the database to which Destination table belongs.

Delphi syntax:

property ChangedTableName: String;

C++ syntax:

__property AnsiString ChangedTableName = {read=FChangedTableName, write
=FChangedTableName};

Description

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 an Accuracer 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.


© AidAim Software Accuracer: