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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

jdbc

Status
Not open for further replies.

yytan

Programmer
May 8, 2002
113
MY
hi there;

i am new to jsp. i try to connect to oracle database that run on linux platform.

this is my connection string:

Connection conn = DriverManager.getConnection ("jdbc:eek:racle:eek:ci8:mad:MV","lhsmv", "lhsmv");

--error when i view the page--
java.sql.SQLException: No suitable driver

do i need to LOAD the JDBC driver? how is it?
 
Hi,

You have to put the path of the driver in your CLASSPATH.

Best Regards

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top