Re: [JDBC] [GENERAL] need help of getting PK after insertRow in JDBC

2008-09-29 Thread Gauss
ultSet rs = ps.executeQuery(); if (rs.next()) { int index = rs.getInt("AA"); } Hope this helps, Greg _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Gainty Sent: Monday, September 29, 2008 2:16 PM To: Chen, Dongdong (GE Healthcare, consultant); pgsq

Re: [GENERAL] need help of getting PK after insertRow in JDBC

2008-09-29 Thread Martin Gainty
Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Subject: [GENERAL] need help of getting PK after insertRow in JDBC Date: Fri, 26 Sep 2008 10:14:01 +0800 From: [EMAIL PROTECTED] To

[GENERAL] need help of getting PK after insertRow in JDBC

2008-09-29 Thread Chen, Dongdong (GE Healthcare, consultant)
Hi: I am a software engineer from GE. I am using JDBC to operate PostgreSQL8.3 in Ubuntu8.04. The develop environment is Eclipse3.2 My problem is: There is a PostgreSQL table XX containing 5 fields: AA, BB, CC, DD, EE, AA is primary key and auto-generated type, BB, CC, DD and EE is string