Hi All,
Urgent help needed.
I am getting this problem
java.sql.SQLException: Io exception: The Network Adapter could not establish
the connection
this is the code. I am using Oracle Internet Application Server. Do I need
to do any configuration setup after installation, how do I check
java.sql.DriverManager.registerDriver(new
oracle.jdbc.driver.OracleDriver());
Class.forName("oracle.jdbc.driver.OracleDriver");
java.sql.Connection con =
java.sql.DriverManager.getConnection("jdbc:oracle:thin
:@eurodb:1521:eurodev","dev","dev");

Thanks in advance

Srikanth

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to