Why don't you try create a java beans. I think this is
a better solution than esql.

esql is a feature that cocoon is support database.

But I prefer that, make a 3-tier modeling.

Frans

--- Ramsés Morales <[EMAIL PROTECTED]> wrote:
> 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]>
> 


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

---------------------------------------------------------------------
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