We have BLOBs and CLOBs in a DB2 v8 database. We use a jdbcType of 'BLOB' or 'CLOB' respectively in our SQL Map file and are getting an error 'CLI0123E SQL data type out of range. SQLSTATE=HY004'.
There was an older post about checking the driver type, but we are able to fetch the data with the same DataSource using straight SQL. What else could we look at? Thanks, Pat.