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) » QAnywhere » QAnywhere Reference » QAnywhere C++ API reference » QATransactionalManager class

 

commit function

Syntax
qa_bool QATransactionalManager::commit()
Remarks

Commits the current transaction and begins a new transaction.

This method commits all putMessage() and getMessage() invocations.

The first transaction begins with the call to the open method.

See Also

QATransactionalManager class

Returns

True if and only if the commit operation was successful.