The alternative is to read your result set's into objects, and then
update them individually.
Dave
-----Original Message-----
From: pgsql-jdbc-owner(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)org] On Behalf Of Pais, Richard C.
Sent: October 25, 2001 8:16 PM
To: pgsql-jdbc(at)postgresql(dot)org
Subject: [JDBC] JDBC Compliance
It seems like 7.1.2 does not provide implementation for
ResultSet.updateObject(...). What is the alternative available to it?