-
JDBC problem
Hi All,
I am using JDK 1.5 and Oracle 9i, now I have to download any JDBC drivers to connect my Oracle database or JDK 1.5 itself having JDBC driver for Oracle..
Some of my friends told that JDK 1.5 having Oracle 9i JDBC driver and no need to
download any driver.. So any one please clear me...
-
Hey Swamipsn,
As far as I know you still need to download the Oracle drivers and add the jars to your project separately. I would be surprised if Oracle bundled the driver, because they do get updated on a schedule not perfectly in tune with the JDK.
Don.