Subject | Re: getObject do not return NULL |
---|---|
Author | rrokytskyy |
Post date | 2002-02-28T17:49:17Z |
Hi,
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
> I patched the source in ResultSet.java:I'll try to patch the InterClient when I have time. However, it seems
>
> 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?
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