The UltraLite C++ API does not support AutoCommit mode. Transactions are started implicitly by the first statement to modify the database, and must be explicitly committed or rolled back.
Execute a conn->Commit statement, where conn is a valid ULConnection pointer.
Execute a conn->Rollback statement, where conn is a valid ULConnection pointer.
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |