hi,
follow the steps so that you can't face the problem.  I think you might have
done some of the following steps by this time ofcourse I would like to
convey in brief
1.download classes12_01.zip file from oracle tek-tools.
2.Keep that file in the oracle/jdbc/lib
3.set the classpath and path to the above file.
4.use the following code

Class.forName("oracle.jdbc.driver.OracleDriver");

con=DriverManager.getConnection("jdbc:oracle:thin:@dbserver:1521:orainteq",
"scott", "tiger");

stmtValid=con.createStatement();



okay bye bye

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to