Re: setObject(i,null) and general "setNull" problems

From: Kris Jurka <books(at)ejurka(dot)com>
To: Valentin Rodionov <valiar(at)scripps(dot)edu>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: setObject(i,null) and general "setNull" problems
Date: 2005-02-21 23:15:14
Message-ID: Pine.BSO.4.56.0502211813200.29774@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2005-02-22 00:19:51 Re: setObject(i,null) and general "setNull" problems
Previous Message Valentin Rodionov 2005-02-21 22:56:38 setObject(i,null) and general "setNull" problems