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.