I am using sharable Connection pool with WAS 5.1
In most cases my DataSource/Connection Pool works fine but for some cases , it throws
ObjectClosedException: DSRA9110E: Statement is closed.
in following code , it throws above exception while executing getUpdateCount()
Strange thing is , it works for most cases , and it throws this exception
randomly at any select execution (which is using above code)
Thanks in advance