Subject (Yet another) problem fetching blobs (null ptr exception)
Author Kenneth Foo
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