How to avoid "CLI0601E Invalid statement handle or statement is closed
843859Mar 14 2006 — edited Mar 15 2006I am writing a java jdbc program which uses DB2Driver . when I execute the program in production server which involves huge volume of data, I am getting following exception. This is not
COM.ibm.db2.jdbc.DB2Exception: [IBM][JDBC Driver] CLI0601E Invalid statement handle or statement is closed. SQLSTATE=S1000
The above exception is not occuring the test region, which has considerable amount of data.
Can any one suggest me how to avoid this exception.