Subject | Re: [IB-Java] Re: How to get Blob Text field as String? |
---|---|
Author | David Jencks |
Post date | 2001-10-28T03:38:38Z |
Theres a bunch of blob manipulation in some of the test cases. I thought
the get/setString was working... I guess with all this interest I will have
to take another look at the driver ;-)
david jencks
the get/setString was working... I guess with all this interest I will have
to take another look at the driver ;-)
david jencks
On 2001.10.27 21:51:45 -0400 jwcanada@... wrote:
> Just figured out using the following:
> byte[] originalBytes = rs.getBytes(2);
> String s = new String(originalBytes, "ASCII");
>
> Another question is how to update a record for Blob field?
>
> jw
>
> --- In IB-Java@y..., jwcanada@y... wrote:
> > Using Interclient Driver, I am able to using getString("MYMEMO") to
> > retrieve the Blob. In firebird JDBC, how to do it?
> >
> > jw
>
>
>
> To unsubscribe from this group, send an email to:
> IB-Java-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>