RE: JDBC problem with DELETE

From: Dnesbitt(at)encryptix(dot)com
To: petermount(at)it(dot)maidstone(dot)gov(dot)uk, pgsql-interfaces(at)postgresql(dot)org
Cc: Dnesbitt(at)encryptix(dot)com
Subject: RE: JDBC problem with DELETE
Date: 2000-07-27 16:55:35
Message-ID: 19016070071ED411B61300508BAC4B750418BF@exch1etix.encryptix.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Peter,

The sql does work from psql.

I also tried your suggestion about using PreparedStatement and that worked!

Am I doing something wrong with Statement or is it a bug?

Regards,
//Dave

> -----Original Message-----
> From: Peter Mount [mailto:petermount(at)it(dot)maidstone(dot)gov(dot)uk]
> Sent: Wednesday, July 26, 2000 11:48 PM
> To: 'Dnesbitt(at)encryptix(dot)com'; pgsql-interfaces(at)postgresql(dot)org
> Subject: RE: [INTERFACES] JDBC problem with DELETE
>
>
> 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(at)encryptix(dot)com [mailto:Dnesbitt(at)encryptix(dot)com]
> Sent: Thursday, July 27, 2000 5:41 AM
> To: pgsql-interfaces(at)postgresql(dot)org
> Cc: Dnesbitt(at)encryptix(dot)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
>

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 2000-07-27 17:51:59 Re: JDBC problem with DELETE
Previous Message George P. Esperanza 2000-07-27 08:35:35 Changing Default date format