RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxTransaction.Rollback Method

Discards the actions performed in a pending transaction.

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

The transaction can only be rolled back from a pending state, after BeginTransaction has been called, but before Commit is called. 

 

Rollback (MSDN) 

TAdoDbxConnection 

BeginTransaction 

Commit

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