RE: error fetching BLOB and CLOB data

2009-07-16 Thread Mario Ds Briggs
of iBATIS. Any other suggestions would be appreciated. > Subject: Re: error fetching BLOB and CLOB data > > Pat, > > looks like you are using a very old version of the DB2 JDBC driver (atleast > in the iBatis use-case u have detailed below) > a - which is not a type 4 JDBC d

Re: error fetching BLOB and CLOB data

2009-07-14 Thread Jeff Butler
> jdbc 2.0. > > We eliminated the driver as an issue, as I mentioned in my question, by > using the same datasource with straight SQL. We were able to successfully > fetch BLOB and CLOB with straight SQL instead of iBATIS. > > Any other suggestions would be appreciated. > >

RE: error fetching BLOB and CLOB data

2009-07-14 Thread Pat Thatte
ATIS. Any other suggestions would be appreciated. > Subject: Re: error fetching BLOB and CLOB data > > Pat, > > looks like you are using a very old version of the DB2 JDBC driver (atleast > in the iBatis use-case u have detailed below) > a - which is not a type 4 JDBC dri

Re: error fetching BLOB and CLOB data

2009-07-13 Thread Mario Ds Briggs
Pat, looks like you are using a very old version of the DB2 JDBC driver (atleast in the iBatis use-case u have detailed below) a - which is not a type 4 JDBC driver b - is a JDBC v1 driver. The versions of DB2 i have seen, dont even ship with that JDBC driver anymore. However here is a link t