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