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


TACRBatchMove.MovedCount
TACRBatchMove
Top 

Reports the number of records form the Source which were applied to the destination.

Delphi syntax:

property MovedCount: Int64;

C++ syntax:

__property int64 MovedCount = {read=FMovedCount, nodefault};

Description

Read MovedCount to learn the number of records from the Source that were read during the Execute method. The MovedCount value includes any records which caused key or integrity violations, or which were trimmed.


© AidAim Software Accuracer: