Primary Key Error Updating Rows in ResultSet

From: Peter Smith <smithp(at)internode(dot)on(dot)net>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Primary Key Error Updating Rows in ResultSet
Date: 2004-11-30 05:41:19
Message-ID: 1101793279.2917.43.camel@debian
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

I'm getting the error 'java.sql.SQLException: No Primary Keys' when
trying to update a resultset based on a table with a primary key.

The exception appears to be occuring when I call the updateObject()
method.

I'm using pg74.215.jdbc3.jar & postgresql 7.4.6.

Any suggestions?

peter

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2004-11-30 06:12:21 Re: Primary Key Error Updating Rows in ResultSet
Previous Message Laurent Duperval 2004-11-29 16:05:02 Re: No error code on unique constraint violation