Hi,
I am using com.ibm.db2.jcc.DB2ConnectionPoolDataSource and have set the driverType property to 4, but the connection drawn from the data source does not support updatable ResultSet. Websphere application server reports that the
JDBC driver version is 2.
How can I configure a DB2 data source such that the connection got from the data source support updatable ResultSet?
Thank you.
Ryan