I need to control transactions within my application so I can rollback if
SQLExceptions occur. The MySQL version I'm using supports transactions, as well
as the 2.0.11 driver.

So I'm wondering if I should lookup the javax.transaction.UserTransaction from
JNDI (Tomcat 4.0) or use con.begin(), con.commit(), con.rollback() in my
BusinessDelegate.

ANY advice is appreciated.

Thanks,

Matt

__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com

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

Reply via email to