TCommitRollbackAction |
Interbase |
Interbase has two modes for commit and rollback transactions, the difference
is simple. If you execute Commit or Rollback, current transaction ends, and you
must create new one. If you, on other side, need only commit or rollback data
without transaction closing, execute with CommitRetaining or RollbackRetaining.
Transaction handle, environment etc. will be as same as before action. Possible
values are : caNone, caCommit, caCommitRetaining, caRollback, caRollbackRetaining
|