Subject AutoCommit and Commit instead of CommitRetaining?
Author mmenaz@lycosmail.com
For base table (i.e. customer data), I use a transaction with
AutoCommit set to true and a ib_Query with CommitAction set to
caClose. But at each post the default behaviour of the transaction is
to use CommitRetaining transactions. How can I change this kind of
automatic transaction to the "pure" ones, i.e. Start, Commit, RollBack
(without retaining)?
I'm using UpdateBar and don't want the user being bored with a
transaction bar (he can't be involved in such a specific, technical
problem).
Thanks
Marco Menardi