Hi, all - How do you set the transactionIsolation level when using pooled DBConnections through Turbine? I see setTransactionIsolation(int level) in java.sql.Connection, but DBConnection does not implement that interface.
DBConnection does support getConnect(), which returns a JDBC connection, but then an I using the pooled connection? If so, I guess I can do all my work through the Connection. Do I then close() the Connection when I'm done or just call releaseConnection(DBConnection db) for the DBConnection that gave me the Connection (that seems risky because it must invalidate the Connection as a side effect of closing the DBConnection). Thanks for your help! Bob Swerdlow Chief Operating Officer Transpose, LLC [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
