basic question on jdbc with VJ++6 and Oracle8i
From: Vagelis Hristidis <vagelis_at_cs.ucsd.edu>
Date: Sun, 5 Mar 2000 22:43:16 -0800
Message-ID: <952324787.425992_at_news1.ucsd.edu>
I am new to jdbc and I am trying to use jdbc to connect to a Oracle8i server.
I use VJ++6 from WinNT4.0
When I execute
DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver()); I get a classnotfound exception.
I have imported java.sql.* , and I have also set the classpath env variable of WinNt to e:\oracle\ora81\jdbc\lib\classes111.zip. Is there anything else I have to do?
Please mail to me.
Thanks,
Vagelis Received on Mon Mar 06 2000 - 07:43:16 CET
Date: Sun, 5 Mar 2000 22:43:16 -0800
Message-ID: <952324787.425992_at_news1.ucsd.edu>
I am new to jdbc and I am trying to use jdbc to connect to a Oracle8i server.
I use VJ++6 from WinNT4.0
When I execute
DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver()); I get a classnotfound exception.
I have imported java.sql.* , and I have also set the classpath env variable of WinNt to e:\oracle\ora81\jdbc\lib\classes111.zip. Is there anything else I have to do?
Please mail to me.
Thanks,
Vagelis Received on Mon Mar 06 2000 - 07:43:16 CET