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


TACRBatchMove.CommitCount
TACRBatchMove
Top 

Specifies how many records are batch moved before a commit occurs.

Delphi syntax:

property CommitCount: Int64;

C++ syntax:

__property int64 CommitCount = {read=FCommitCount, write=FCommitCount, default=1000};

Description

Use CommitCount to chunk batch operations into smaller operations. CommitCount allows an application to accommodate server transaction logs that are not big enough to handle the entire batch. CommitCount property is used only when UseTransactions property is set to True.

Note:   If the Execute method is called within an explicit transaction on the database containing the tables an exception will be raised.


© AidAim Software Accuracer: