Hi!
I have, as it seems to me, a "DB2-blob-java" problem(?).
When I try to read a blob column from a table in a DB2 database(" ... Blob blob = rs.getBlob(name_of_the_column) ... ") I get an error:
" ... [IBM][JDBC Driver] CLI0606E The returned value from a column is incompatible with the data type corresponding to the get*** method. SQLSTATE=22005 ... "
Driver is JDBC 2.0, jdk 1.2.2 (JDBC API 2.0), DB2 version is 7.1.1. ...
I can read columns of any other type without problems.
Does anybody know what the problem is and how can I fix it?
Thanks!