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 » Application Development » Developing applications using the UltraLite C++ API

 

Managing transactions

The UltraLite C++ API does not support AutoCommit mode. Transactions must be explicitly committed or rolled back.

♦  To commit a transaction
♦  To roll back a transaction

For more information about transaction management in UltraLite, see UltraLite transaction processing.