Re: getBlob problems with bytea type columns

From: Rene Pijlman <rene(at)lab(dot)applinet(dot)nl>
To: Dave Weis <djweis(at)sjdjweis(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: getBlob problems with bytea type columns
Date: 2001-09-09 07:38:53
Message-ID: is6mptkner17oc479928535rhgatofjlde@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Sat, 8 Sep 2001 17:38:03 -0500 (CDT), you wrote:
>I have been trying to figure out how the blob support works.

See the explanation on http://lab.applinet.nl/postgresql-jdbc/
("Large objects (Blob and Clob)").

>I made a table of this format:
[...]
> theblob | bytea |

Unfortunately, bytea is currently unsupported in the JDBC
driver.

Alternatively, you can use PostgreSQL large objects. See the
same link for pointers.

Regards,
René Pijlman <rene(at)lab(dot)applinet(dot)nl>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2001-09-09 07:59:56 Patch to add bytea support to JDBC
Previous Message Bruce Momjian 2001-09-09 01:15:54 Re: [HACKERS] JDBC pg_description update needed for CVS tip