Re: CLI0125E ERROR WHILE ACCESSING DB2 MULTIPLE TIMES
Posted By:
Anonymous
Posted On:
Saturday, July 20, 2002 04:27 PM
I found one solution for this one.I set
connection.setAutocommit(false) and
connection.setIsReadOnly(true).
Now I am not getting this problem.