*Quite* right: there was one time we had set the autoCommit on the
connection object to false, forgotten to change it back before releasing it
to the pool and....well,all I can say is we spent some "interesting" hours
trying to debug that one!

Geeta

Larry Meadors wrote:

> Yes.
>
> So be careful if you tweak the connection (like changing transaction
> isolation, etc) because that connection may be used elsewhere, and your
> change will persist. :)
>
> Larry
>
> >>> [EMAIL PROTECTED] 04/06/04 11:17 AM >>>
> What happens when i do conn.close()? does it go back to the pool?
>
> ---------------------------------------------------------------------
> 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]

Reply via email to