Oracle 10g jdbc Driver Compatibility with JDK1.2

Hi,

we are using jdk.12 as front end and oralce 9i as backend. We now upgrated the backend as Oracle 10g and we are now using oracle 10g jdbc driver. We are using the resultset interface in our project. It asked for the some updateref, geturl methods to implement. So we upgrated the resultset also. But now also oracle 10g driver is not compatiable with jdk 1.2 its giving Error.

please help

Regards,

A. Assif Ahamed

[450 byte] By [assifmca] at [2007-9-30 22:51:56]
# 1

We are also facing similar problems. We are using CachedRowSet and while getting Date from Oracle, it is missing the Time. i.e. It is just returning the Date and not the time.

e.g. If the DB has 26-01-2005 10:00:00 it is returning just 26-01-2005 and not the time. It is all 0:0:0.

What should be done in this case? Is this a bug or what?

nikhildalvi at 2007-7-7 13:26:06 > top of Java-index,Administration Tools,Sun Connection...