Monday, October 03, 2005
ResultSet closing on commit with DB2
The solution to this problem is to set the value of the 'resultSetHoldability' to 1 for the DB2 data source in WebSphere. We don't need to and shouldn't change the code to rectify this problem. It should be handled as mentioned above.
Rajeev
----