Subject Re: [Firebird-Java] BLOB Data Type - Tomcat (Java)
Author Mark O'Donohue
David Jencks wrote:

>Are you trying to get the string value with myBlob.toString()? I don't
>think that is supposed to work. new String(myBlob.getBytes()) might. I'm
>not sure of the state of the Clob, it might work better.
>
>
Im fairly sure I was using rs.getString(col) on a blob sub_type text
column, and it was working.

Mark