Hi.

I'm starting a transaction on the main esql connection (BEGIN
TRANSACTION). On that same connection I'm doing a SELECT on a table
(table X). Inside the row-results of that SELECT I'm doing a nested
connection, on that nested connection I'm doing a DELETE query on "table
X".

Will the "BEGIN TRANSACTION" on the main connection will stop my nested
DELETE from working? Do I have to move BEGIN TRANSACTION to the nested
connection? Do I have to do a BEGIN TRANSACTION on the main connection
and on the nested connection?

Thanks for your help.


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to