Subject | Re: Text Blob |
---|---|
Author | llafranc78 |
Post date | 2002-05-28T10:32:01Z |
Hi!
Try using ResultSet.getBytes(String) and then construct your String.
I'm using ResultSet.getBytes(int) and it works perfectly. My db has
"DEFAULT CHARACTER SET" and I don't use the lc_type property.
Try using ResultSet.getBytes(String) and then construct your String.
I'm using ResultSet.getBytes(int) and it works perfectly. My db has
"DEFAULT CHARACTER SET" and I don't use the lc_type property.
--- In Firebird-Java@y..., "Claus" <claus@b...> wrote:
> Hi,
>
> I am trying to read a blob field with sub-type TEXT.
>
> I am using ResultSet.GetString(String) to read the field, but it allways
> returns null.
>
> The database is created using "DEFAULT CHARACTER SET" and I am
> connecting with "lc_ctype=NONE".
>
> Anyone ?
>
> Regards /Claus