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 <[EMAIL PROTECTED]>

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Reply via email to