Thank you. I've found out the reason. It is a jdk version problem. I installed
JDK1.2 and recomplied it , it is ok now.
Tonney.
-----ԭʼ�ʼ�-----
������: A mailing list about Java Server Pages specification and
reference [mailto:[EMAIL PROTECTED]]���� Harsha Vardhan Anna
����ʱ��: 2000��7��3�� 12:29
�ռ���: [EMAIL PROTECTED]
����: Re: Oracl jdbc error
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
===========================================================================
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