RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTransaction.CheckNotInTransaction Method

Checks that the transaction is not active and that there are no databases in the transaction's database list.

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

Call CheckInTransaction to determine that the transaction is not active and that there are no databases in the transaction's database list. If either condition is false, an exception is raised. 

 

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