Re: setObject(i,null) and general "setNull" problems - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: setObject(i,null) and general "setNull" problems
Date
Msg-id Pine.BSO.4.56.0502211813200.29774@leary.csoft.net
Whole thread Raw
In response to setObject(i,null) and general "setNull" problems  (Valentin Rodionov <valiar@scripps.edu>)
Responses Re: setObject(i,null) and general "setNull" problems  (Valentin Rodionov <valiar@scripps.edu>)
List pgsql-jdbc

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

pgsql-jdbc by date:

Previous
From: Valentin Rodionov
Date:
Subject: setObject(i,null) and general "setNull" problems
Next
From: Oliver Jowett
Date:
Subject: Re: setObject(i,null) and general "setNull" problems