RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TADOConnection.CommitTrans Method

Commits an open transaction.

Pascal
procedure CommitTrans;
C++
__fastcall CommitTrans();

Call CommitTrans to save any changes made during the current transaction and to end the transaction. 

A successful execution of CommitTrans triggers an OnCommitTransComplete event and sets the InTransaction property to false. 

 

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