Re: UPDATE with JDBC fail

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Jose(dot)Silva(at)isotrol(dot)com
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: UPDATE with JDBC fail
Date: 2004-08-05 21:55:55
Message-ID: 4112ACEB.2080301@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Jose(dot)Silva(at)isotrol(dot)com wrote:

> rs = this.con.executeSQL(sql);

There is no executeSQL() method on java.sql.Connection.

There might be one down in the guts of the driver implementation
classes, but you certainly shouldn't be using that.

What is the 'con' object, really? We need to see how the driver-level
objects are used to be of any help.

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2004-08-05 21:58:16 Re: UPDATE with JDBC fail
Previous Message J. Michael Crawford 2004-08-05 15:33:35 Re: PostgreSQL Jdbc installation problems