Обсуждение: Question about updateXXX

Поиск
Список
Период
Сортировка

Question about updateXXX

От
"Chris Lo"
Дата:
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

От
Jeremy Buchmann
Дата:
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