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

SQL Anywhere 10.0.1 » UltraLite - C and C++ Programming » Embedded SQL API Reference

ULChangeEncryptionKey function Next Page

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