Subject IB_Transaction.Pause
Author guido.klapperich@t-online.de
I have some question concerning the pause-method of ib_transaction.
Before Pause(true):
TransactionIsActive=false
TransactionState=tsInactive
After Pause(true):
TransactionIsActive=true
TransactionState=tsCommitRefreshPending
After Resume(true):
TransactionIsActive=false
TransactionState=tsInactive

Can anybody explain, why the transaction becomes active, when I pause it
?
What means the WithRestart-Parameter of Resume ?

Next Problem, when the transaction is active
(transactionState=tsActive), then I can't pause it, even when the
CommitChanges-Parameter is true.


Guido