RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IBServices.TTransactionAction Enumeration

TTransactionAction indicates the action a transaction can take when it times out.

Pascal
TTransactionAction = (
  CommitAction,
  RollbackAction
);
C++
enum TTransactionAction {
  CommitAction,
  RollbackAction
};

TTransactionAction values are: 

Value Meaning  

TARollback Roll back the transaction. 

TACommit Commit the transaction. 

TARollbackRetaining Roll back the transaction, but retain the current transaction context. (Requires InterBase 6.0 or later) 

TACommitRetaining Commit the transaction, but retain the current transaction context. 

 

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