jdbc and large objects and oid column

From: Stuart Barlow <sbarlow(at)peopledoc(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: jdbc and large objects and oid column
Date: 2001-03-08 12:17:54
Message-ID: 5.0.2.1.0.20010308121041.00a808a0@192.168.0.91
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


I am running postgresql 7.0.2 on redhat linux and connecting
using the jdbc7.0-1.2.jar

Is this the latest jdbc jar?

On another subject...
I am trying to store Serialized objects, taking the byte array
and storing in a table with an OID column. I believe that Postgresql
uses this OID as a reference to the large object.
When I try to pull back the large object I just get the integer
value and not the byte array.

Do you know why this maybe?

Thanks,
Stuart Barlow

*************************************************************************
Information in this email is confidential and may be privileged. It is
intended for the named addressee(s) only. If you have received it in
error please notify the sender immediately and delete it from your
system. You should not otherwise copy, retransmit, use or disclose its
contents to anyone.
*************************************************************************

Browse pgsql-jdbc by date

  From Date Subject
Next Message Richard Bullington-McGuire 2001-03-08 15:23:47 Re: connection pooling in JDBC driver
Previous Message Joseph Shraibman 2001-03-08 04:08:59 Re: connection pooling in JDBC driver