RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXConnection.Commit Method

Commits work for a transaction

Pascal
procedure Commit(const Transaction: TDBXTransaction); virtual; abstract;
C++
virtual __fastcall Commit(const TDBXTransaction Transaction) = 0;

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!