On Mon, 21 Feb 2005, Valentin Rodionov wrote:
> Hi all. This problem/question has already come up before a couple of
> times, however, so far no acceptable solution is available, and I am
> asking for help again. Version 8 of JDBC driver now disallows setting a
> "generic" null as a value for a PreparedStatement (i.e.
> setObject(i,null,Types.OTHER), setNull(i,Types.OTHER) no longer work).
Update to build 310.
> I have tried using getParameterMetaData, but that method is not yet
> implemented in PGSQL driver.
Update to build 310.
Kris Jurka