users@glassfish.java.net

Re: How to set Auto Commit false to JDBC Connection Pool with DB2Driver

From: Shalini <shalini.muthukrishnan_at_oracle.com>
Date: Thu, 09 Jun 2011 21:57:25 +0530

You could set the autoCommit to false on the connection handle that is
acquired from the connection pool.

There does not seem to be a driver property for setting this in
connection pool property for com.ibm.db2.jcc.DB2Driver class.

On Thursday 09 June 2011 06:23 PM, Markus Eisele wrote:
> Hi all,
>
> I'm looking for a way to specify setAutoCommit(false) on a connection
> handled by
> a GF JDBC Connection Pool using a java.sql.Driver with IBM's
> com.ibm.db2.jcc.DB2Driver class.
>
> Thanks for any hints or suggestions!
> Markus