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


TACRBatchMove.UseTransactions
TACRBatchMove
Top 

Specifies whether the batch operation will be performed using transactions.

Delphi syntax:

property UseTransactions: Boolean;

C++ syntax:

__property bool UseTransactions = {read=FUseTransactions, write=FUseTransactions, default=1};

Description

By default the batch move operation is performed using transactions for achieving better performance.
The number of records between Commit calls is specified by CommitCount property. If you do not wish to use a transactions during the batchmove, set UseTransactions to False.


© AidAim Software Accuracer: Client-server Database Single-file Database Delphi Database Embedded Databas