Re: Question about updateXXX - Mailing list pgsql-jdbc

From Jeremy Buchmann
Subject Re: Question about updateXXX
Date
Msg-id 6DD8813E-271C-11D6-86D1-000502E740BA@wellsgaming.com
Whole thread Raw
In response to Question about updateXXX  ("Chris Lo" <chris.lo@cyberwisdom.net>)
List pgsql-jdbc
On Tuesday, February 19, 2002, at 11:34 PM, Chris Lo wrote:

> Hi,
>
> It seems that PostgreSQL JDBC driver don't support
> "updateString(...,...)"
> method.
>
> How can I migrate existing code that are using "updateString(...,...)"?

You'll probably have to modify it to use SQL's UPDATE.

Yeah, it sucks.

--Jeremy


pgsql-jdbc by date:

Previous
From: "Dave Cramer"
Date:
Subject: Re: Problem with Date and UpdatableResultSet.java??
Next
From: "Dave Cramer"
Date:
Subject: build.xml now builds under jdk1.4, checked into cvs