Subject Re: jaybird returns zero instead of null for DECIMAL colmn
Author paulstevenhowells
--- In Firebird-Java@yahoogroups.com, Friedrich Remmert <fr@...>
wrote:
>
> Hi,
>
> did You check the "ResultSet.wasNull()" method?
> fr.
>
> Am Mittwoch, 18. Juni 2008 01:54 schrieb paulstevenhowells:

No I did not check the wasNull() method. I have used JDBC with
Oracle, Postgres, and Derby but have not had to use the wasNull()
method. The driver usually returns 'null' if the value is null.
Hopefully I will not have to resort to this.

Thanks for your response.