RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxTransaction.Commit Method

Commits a transaction.

Pascal
procedure Commit; override;
C++
virtual __fastcall Commit();

If the commit fails, this method throws an exception, typically indicating that the transaction has been committed already, does not exist, or that the connection is broken. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!