Page 1 of 1

Transactions

Posted: 25.11.2005, 05:01
by markd_mms
Is it possible to programmatically instantiate a transaction object without having to use a TZConnection so I can use different transactions between some queries?

TIA

Posted: 25.11.2005, 06:15
by Michael
Hi,

in 6.x there is no way to do so because the Transaction is a part of the ZConnection as it is with JDBC (the base phlosophy of ZeosLib 6.x -> ZDBC ~ JDBC ;-)). Maybe try a second Connection if this fits your needs ...

Regards.