RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTransaction.AutoStopAction Property

Specifies what action to take when automatically ending transactions.

Pascal
property AutoStopAction: TAutoStopAction;
C++
__property TAutoStopAction AutoStopAction;

Use AutoStopAction to specify how the transaction should end when it is implicitly stopped. Transactions are implicitly stopped when AutoStopAction is not saNone and the last dataset associated with the transaction closes.

Note: This property only works with the closing of TDataSet descendants. If the transaction also includes TIBSQL components, AutoStopAction should be saNone, because the transaction can't tell whether there are any active TIBSQL components.
 

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