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