Re: Question about updateXXX

From: Jeremy Buchmann <jeremy(at)wellsgaming(dot)com>
To: "Chris Lo" <chris(dot)lo(at)cyberwisdom(dot)net>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Question about updateXXX
Date: 2002-02-21 22:43:30
Message-ID: 6DD8813E-271C-11D6-86D1-000502E740BA@wellsgaming.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-02-22 02:09:15 Re: build.xml now builds under jdk1.4, checked into cvs
Previous Message Paul Bethe 2002-02-21 21:57:10 JDBC CStmt (inline this time)