Re: [INTERFACES] How to get oid of newly inserted row with JDBC? - Mailing list pgsql-jdbc

From Barry Lind
Subject Re: [INTERFACES] How to get oid of newly inserted row with JDBC?
Date
Msg-id 3C432041.20003@xythos.com
Whole thread Raw
Responses Re: [INTERFACES] How to get oid of newly inserted row with JDBC?  ("Dave Cramer" <Dave@micro-automation.net>)
Notify  (David Siebert <glwatcdr@yahoo.com>)
List pgsql-jdbc
This should be posted to the pgsql-jdbc mail list.  Could you provide
some more details of your problem?  A test case in java would help a
lot.  There isn't enough information here for me to understand your problem.

thanks,
--Barry


glos@gmx.net wrote:

> Hello,
>
> I inserted a serialized object in a PostgreSQL database using jdbc.
> Now I want to get back the OID of the inserted object (to store in other
> database). How do I do that, because my ResultSet gives back 0/zero all the
> time.
>
> Thanx in advance.
> G.
>
>



pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: JDBC patch for DatabaseMetaData
Next
From: Jason Davies
Date:
Subject: Re: Problem with getImportedKeys / getExportedKeys