Subject Re: getObject do not return NULL
Author rrokytskyy
Hi,

> I patched the source in ResultSet.java:
>
> synchronized public Object getObject (int column) throws
> java.sql.SQLException
> {
> // 20020222-HKK: JDBC 2.0 compliant!!!
> if (isNullPreamble (column))
> return null;
>
>
>
> Maybe someone could change this in source?

I'll try to patch the InterClient when I have time. However, it seems
that Borland is not going to release new versions of InterClient
opensource, so the one we have in CVS seems to be the last one. Since
we're working on the type 4 jdbc driver, I'm not sure if the
InterClient will be intensively supported. Have you tried our type 4
jdbc driver with your application? If yes, could you, please, share
your results/impression?

Best regards,
Roman Rokytskyy