RE: JDBC problem with DELETE - Mailing list pgsql-interfaces

From Peter Mount
Subject RE: JDBC problem with DELETE
Date
Msg-id 1B3D5E532D18D311861A00600865478CF1B166@exchange1.nt.maidstone.gov.uk
Whole thread Raw
In response to JDBC problem with DELETE  (Dnesbitt@encryptix.com)
Responses Changing Default date format
List pgsql-interfaces
Does this happen when you run the sql from psql?

How about using PreparedStatement instead of Statement? It would then handle
the quoting correctly (which is what I'm thinking is going wrong here).

Peter

--
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council


-----Original Message-----
From: Dnesbitt@encryptix.com [mailto:Dnesbitt@encryptix.com]
Sent: Thursday, July 27, 2000 5:41 AM
To: pgsql-interfaces@postgresql.org
Cc: Dnesbitt@encryptix.com
Subject: [INTERFACES] JDBC problem with DELETE


The following piece of code:
  stmt.executeUpdate("delete from friend where name='"+someName+"'");

is returning:
  SQLException: java.sql.SQLException: ERROR: Attribute 'John Doe' not
found

where someName is "John Doe".

Any ideas?  The row where name='John Doe' is definitely in the table and I
can execute the statement without problems from psql.

Thanks in advance for your help.

Regards,
//Dave


pgsql-interfaces by date:

Previous
From: "S.A.Pamungkas"
Date:
Subject: result not appear
Next
From: Cedar Cox
Date:
Subject: Re: JDBC problem with DELETE