Page 1 of 1

Multiple Transactions

Posted: 10.04.2007, 18:53
by tflessak
Hi,

I've read the forum and some tutorial in the portal about transactions in zeos 6.x

I have a huge doubt ... Could I start multiple transaction in the same connection ?

If so, how ?
If not, what can I do when I need to start more then 1 transaction? Should I use two ZConnection ?

Best Regards
Thiago

Posted: 12.04.2007, 13:27
by mdaems
Two connections will be necessary as far as I know. Unless you use a database which allows you to start a transaction with a 'name' that you can use in later queries. No idea if such thing exists.

Mark