Home » SQL & PL/SQL » SQL & PL/SQL » One error
One error [message #751] Fri, 01 March 2002 11:03 Go to next message
Chen Wen
Messages: 26
Registered: February 2002
Junior Member
Could anybody tell me how to solve the error?
Source codes are:
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
DriverManager.registerDirver(driver);
Connection con = DriverManager.getConnection("jdbc:oracle:thin:@134.68.140.4:1521:orcl","user","password");

Exception:
java.sql.SQLException: No suitable driver

Thanks
Re: One error [message #752 is a reply to message #751] Fri, 01 March 2002 11:16 Go to previous messageGo to next message
Ravi
Messages: 251
Registered: June 1998
Senior Member
You need to download latest JDBC driver from oracle website and install it in your system. This will help you.

Thanks
Ravi
Re: One error [message #755 is a reply to message #752] Fri, 01 March 2002 11:33 Go to previous message
Chen Wen
Messages: 26
Registered: February 2002
Junior Member
Thanks a lot.
Could you tell me the software name and where to download it?
Previous Topic: how do i see the trigger description
Next Topic: how do i get the total differnce of 2 dates through sql statement
Goto Forum:
  


Current Time: Fri Mar 29 02:45:51 CDT 2024