Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> How to override JDBC 1.x in order to use JDBC 2.0

How to override JDBC 1.x in order to use JDBC 2.0

From: Huaping Luo <huaping_at_pollux.cs.uga.edu>
Date: 14 Jul 1998 03:20:04 GMT
Message-ID: <6oeip4$940$4@cronkite.cc.uga.edu>


I got a problem in using JDBC.
I am using JDK1.1.5, which probably contains JDBC 1.x. The JDK1.1.5 is in the directory( usr/local/jdk1.1.5) for which I do not have writting permission. I still want to use JDK 1.1.5 to compile and run Java program and leave every thing in jdk 1.1.5 untouched. The only thing I do not want use is the JDBC 1.x in JDK 1.1.5. Instead, I want to use JDBC 2.0.
I am considering install JDBC 2.0 in my home directory(~/me) (I am using UNIX Solaris 2.5.1). How can I tell the JDK 1.1.5 compiler use JDBC 2.0, not JDBC 1.x.

Any help would be extremely appreciated.

                               
                                                                    Huaping Luo

Received on Mon Jul 13 1998 - 22:20:04 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US