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.
void ULCheckpoint( SQLCA * sqlca );
The ULCheckpoint function ensures that all pending committed transactions have been written to the database storage.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |