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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!