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