Re: Displaying/Pulling Images using JDBC ... - Mailing list pgsql-jdbc

From The Hermit Hacker
Subject Re: Displaying/Pulling Images using JDBC ...
Date
Msg-id Pine.BSF.4.33.0105121554530.629-100000@mobile.hub.org
Whole thread Raw
In response to Re: Displaying/Pulling Images using JDBC ...  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-jdbc
On Sat, 12 May 2001, Tom Lane wrote:

> The Hermit Hacker <scrappy@hub.org> writes:
> >     Now, my thought on this is that it *sounds* like the JDBC is
> > hitting some sort of control character is the stream that tells it to stop
> > sending the image ... is this possible?  Some binary character that needs
> > to somehow be trapped?
>
> Embedded nulls would be the likely cause of trouble.
>
> If you're seeing OIDs in the database then the actual storage is
> presumably in large objects.  lo_read and friends are null-safe as far
> as I know; probably the problem is somewhere inside the JDBC driver.

that's kinda what I'm figuring too ... the question is where, and is there
a suitable work around ;(



pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: Displaying/Pulling Images using JDBC ...
Next
From: "Dave Cramer"
Date:
Subject: Re: Displaying/Pulling Images using JDBC ...