Discussion:
More control over transaction
(too old to reply)
Ömür Ölmez
2008-06-25 06:40:17 UTC
Permalink
Hello,

How can I control transactions better by using TIBTransaction.Parameters or
something else ?
* I want to specify transaction type programmatically (dirty read / read
committed / etc)
* I want to use server specific features like "commit retaining" and
"rollback retaining" feautres with firebird.

Thanks
Ömür Ölmez
Bill Todd [TeamB]
2008-06-25 14:43:20 UTC
Permalink
TIBTransaction has CommitRetaining and RollbackRetaining methods. You
can set any transaction isolation that IB supports by double clicking
the IBTransaction component. Note that IB does not support dirty read.

IBX is not tested against and does not support Firebird. If you want to
use Firebird you should use a third party component set that supports
it.
--
Bill Todd (TeamB)
Loading...