Re: Esql and rollback

2002-07-24 Thread yuryx
Leszek Gawron wrote: I'm quite new to JDBC and ESQL. My question is: I have more that one database inserts. Every one in different esql:execute tag. How can I rollback the transaction if say the 3rd goes wrong? There is no such esql tag and I do not know how to obtain the appropriate jdbc

Esql and rollback

2002-07-23 Thread Leszek Gawron
I'm quite new to JDBC and ESQL. My question is: I have more that one database inserts. Every one in different esql:execute tag. How can I rollback the transaction if say the 3rd goes wrong? There is no such esql tag and I do not know how to obtain the appropriate jdbc session variable? or maybe

Re: Esql and rollback

2002-07-23 Thread Christian Haul
On 23.Jul.2002 -- 09:25 AM, Leszek Gawron wrote: I'm quite new to JDBC and ESQL. My question is: I have more that one database inserts. Every one in different esql:execute tag. How can I rollback the transaction if say the 3rd goes wrong? There is no such esql tag and I do not know how to