See Also
You are here: Interfacing > C++ Client Interface > scdriver Namespace > Classes > CConnection Class > CConnection Methods > CommitTransaction Method
ContentsIndexHome
PreviousUpNext
CConnection::CommitTransaction Method

Commit current transaction's changes. The transaction must be started using BeginTransaction() function.

C++
public: void CommitTransaction();
C#
public void CommitTransaction();
Visual Basic
Public Function CommitTransaction() As void
Returns

If server sends back to the client the error, node_exception exception, containing the error message, will be thrown