about JSP and oracle server
1. I have a mysql database on my pc.
what should I use in this statement?
ClassForname("");
2. I use the same method to connect to a Oracle server in my company
ClassForname("oracle.jdbc.driver.OracleDriver");
the server is Oracle 7.3
but it said can not found suitable driver(sql exception)
who can help? thanks very much. Gui xie! :)
|