Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - C and C++ Programming » API Reference » Embedded SQL API reference

 

ULCheckpoint function

Performs a checkpoint operation: flushing any pending committed transactions to the database. Any current transaction is not committed by calling ULCheckpoint. The ULCheckpoint function is used in conjunction with deferring automatic transaction checkpoints as a performance enhancement. For more information, see Flushing single or grouped transactions.

Syntax
void ULCheckpoint(
SQLCA * sqlca
);
Remarks

The ULCheckpoint function ensures that all pending committed transactions have been written to the database storage.

See also