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
racle
ci8
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?
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
--error when i view the page--
java.sql.SQLException: No suitable driver
do i need to LOAD the JDBC driver? how is it?