- Mailing list pgsql-jdbc

From Stuart Barlow
Subject
Date
Msg-id 5.0.2.1.0.20010309171811.00a81ec0@192.168.0.91
Whole thread Raw
List 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.
*************************************************************************


pgsql-jdbc by date:

Previous
From: Eric Frazier
Date:
Subject: Re: getTables is this right?
Next
From: arkin
Date:
Subject: Re: connection pooling in JDBC driver