Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

jdbc driver to Oracle8 on Win XP

Status
Not open for further replies.

mydavor

Programmer
Mar 21, 2004
41
AU
I am writing program using a jdbc driver that should connect to Oracle 8. All of my calls below failed with "No suitable driver" or an exception showing that the specified driver is wrong.
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").newInstance();
Class.forName("sun.jdbc.JdbcDriver");
Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();

Where is the problem ? Do I have to create a driver through Admin Tools, or is my specification in the program wrong ?
 
Please do not cross-post on this forum, its considered bad form.
( last post on thread269-812619 )

I have answered you query on thread269-812619
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top