Thread: is nullable working?

is nullable working?

From
"William Anthony Lim"
Date:
hi,

Is ResultsetMetaData.IsNullable() not working for postgresql?

It always returns 2(columnNullableUnknown).

Thanks.

William


Need a new email address that people can remember
Check out the new EudoraMail at
http://www.eudoramail.com

Re: is nullable working?

From
Kris Jurka
Date:

On Mon, 8 Mar 2004, William Anthony Lim wrote:

> hi,
>
> Is ResultsetMetaData.IsNullable() not working for postgresql?
>
> It always returns 2(columnNullableUnknown).

This feature has been enabled in the cvs version of the driver, try one of
the 75dev builds avaliable from here:

http://www.ejurka.com/pgsql/jars

Kris Jurka