Re: UPDATE with JDBC fail - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: UPDATE with JDBC fail
Date
Msg-id 4112ACEB.2080301@opencloud.com
Whole thread Raw
In response to UPDATE with JDBC fail  (Jose.Silva@isotrol.com)
List pgsql-jdbc
Jose.Silva@isotrol.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

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: PostgreSQL Jdbc installation problems
Next
From: Oliver Jowett
Date:
Subject: Re: UPDATE with JDBC fail