Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere C++ API Reference » QATransactionalManager class

QATransactionalManager class Next Page

commit function


Synopsis

qa_bool QATransactionalManager::commit()

Remarks

Commits the current transaction and begins a new transaction.

This method commits all QAManagerBaseputMessage() and QAManagerBasegetMessage() invocations.

Note: The first transaction begins with the call to QATransactionalManageropen().

See Also

QATransactionalManager class

Returns

True if and only if the commit operation was successful.