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 .NET API reference » QAnywhere .NET API for clients (.NET 2.0) » QATransactionalManager interface

 

Commit method

Commits the current transaction and begins a new transaction.

Syntax
Visual Basic
Public Sub Commit()
C#
public void Commit();
Remarks

This method commits all QAManagerBase.PutMessage and QAManagerBase.GetMessage invocations. Note: The first transaction begins with the call to QATransactionalManager.Open().

Exceptions
See also