RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXClientConnection.Commit Method

Commits work for a transaction

Pascal
procedure Commit(const InTransaction: TDBXTransaction); override;
C++
virtual __fastcall Commit(const TDBXTransaction InTransaction);

This method commits the work for the specified TDBXTransaction.

Note: This method raises an exception if Transaction
is not an active transaction.  

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!