Thank you very much. --Michael
-----Original Message----- From: Dirk Verbeeck [mailto:[EMAIL PROTECTED] Sent: Monday, July 25, 2005 1:21 PM To: Jakarta Commons Users List Subject: Re: [DBCP] Transaction question It is as simple as you describe, autocommit false, get a connection and commit/rollback at the end. Cheers Dirk Michael Molloy wrote: > I have just started using the DBCP classes in a commercial web > application that I manage, and my boss is thinking about using it in > one that he manages. However, his requires the use of transactions, > and I'm unclear whether DBCP supports transactions. > > Is it as simple as checking out a connection, setting autoCommit to > false, then committing the transaction when you're finished? Or is a > connection still used by multiple threads, even after being checked > out of the pool? > > Thanks, > --MIchael > > ========================================= > Michael Molloy > Senior Software Engineer > Ncycles Software Solutions > 901.756.2705 > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]