Hi,
I dont know if its the right forum to post this problem.
Its a java + db2 problem.
My application is giving a CLI0613 error in setObject for a BLOB type object.
Environment is - DB2v 7.2, Java2, windows 2000 server.
The error log is -
COM.ibm.db2.jdbc.DB2Exception: [IBM][JDBC Driver] CLI0613E Program type out of range. SQLSTATE=S1003
at COM.ibm.db2.jdbc.app.SQLExceptionGenerator.pstmtEx ception(SQLExceptionGenerator.java:612)
at COM.ibm.db2.jdbc.app.DB2PreparedStatement.setNull( DB2PreparedStatement.java:1297)
at COM.ibm.db2.jdbc.app.DB2PreparedStatement.setObjec t(DB2PreparedStatement.java:2133)
at COM.ibm.db2.jdbc.app.DB2PreparedStatement.setObjec t(DB2PreparedStatement.java:2095)
The object type in setObject is java Blob.
Thanks a lot ,
-Preeti