Subject Re: (Yet another) problem fetching blobs (null ptr exception)
Author rrokytskyy
Seems to be fixed now. Please, update the sources.

Thanks!
Roman

--- In Firebird-Java@y..., "Kenneth Foo" <kenneth@n...> wrote:
> Hi
>
> My program which fetches BLOBs using the type 4 driver
> (getBytes) failed with null pointer exception!
>
> I did a trace, and found FBBlobField.getBlob threw
> a null pointer exception on the last line containing ..
>
> return new FBBlob(c.mc, blobId.longValue());
>
> I noticed that the variable "c" of type FBConnection
> is null (?!??).
>
> I'm using the latest sources, JDK 1.3 on Win2k.
>
> Regards
> Kenneth