Thread: Question about updateXXX

Question about updateXXX

From
"Chris Lo"
Date:
Hi,

It seems that PostgreSQL JDBC driver don't support "updateString(...,...)"
method.

How can I migrate existing code that are using "updateString(...,...)"?

Thanks.
Chris




Re: Question about updateXXX

From
Jeremy Buchmann
Date:
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