Re: jdbc url string: java.sql.SQLException Error

2001-06-21 Thread Panayotou, Michael
PROTECTED] Reply-To: A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: java.sql.SQLException Error Date: Wed, 20 Jun 2001 09:57:36 -0700 Frank: the exception is telling you that the JDBC driver cannot connect to your database

java.sql.SQLException Error

2001-06-20 Thread Frank Mancini
java.sql.SQLException: Failed to connect to database no more data to read from socket Can someone tell me what this error is? _ Get your FREE download of MSN Explorer at http://explorer.msn.com

Re: java.sql.SQLException Error

2001-06-20 Thread Atilio Ranzuglia
Frank: the exception is telling you that the JDBC driver cannot connect to your database. The message 'Failed ... socket' comes from your JDBC driver. You have to check if the user, pass and url for the connection are correct. If so check if the database is up and running. And don't forget to

jdbc url string: java.sql.SQLException Error

2001-06-20 Thread Frank Mancini
] Reply-To: A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: java.sql.SQLException Error Date: Wed, 20 Jun 2001 09:57:36 -0700 Frank: the exception is telling you that the JDBC driver cannot connect to your database. The message

Re: jdbc url string: java.sql.SQLException Error

2001-06-20 Thread Margaret Fisk
To: [EMAIL PROTECTED] Subject: jdbc url string: java.sql.SQLException Error Thanks Atilio Does anyone out there have any example JDBC URL Strings to connect to Oracle 8.1.6??? I'm using JDBC to connect to Oracle and I think my URL String might be formatted wrong... jdbc:oracle:thin

Re: jdbc url string: java.sql.SQLException Error

2001-06-20 Thread Chris Pratt
] To: [EMAIL PROTECTED] Sent: Wednesday, June 20, 2001 10:27 AM Subject: Re: [JSP-INTEREST] jdbc url string: java.sql.SQLException Error Oracle uses the Oracle client to connect. Make sure you have your database set up in the tnsnames.ora file for the client on the machine where you are running you

Re: jdbc url string: java.sql.SQLException Error

2001-06-20 Thread T.A. Flores
[EMAIL PROTECTED] Reply-To: A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: java.sql.SQLException Error Date: Wed, 20 Jun 2001 09:57:36 -0700 Frank: the exception is telling you that the JDBC driver cannot connect to your

java.sql.SQLException error

2001-05-25 Thread John Wilson
Hello Everyone, I have a BugTracking project I generated from CodeCharge that is up and running on our WebLogic6.0 server. I have the tables on a SQL Server 2000 database and the program works fine, except when I go to enter a new bug report, which is an INSERT operation on the table - I get

Re: java.sql.SQLException: Error !!!!

1999-09-02 Thread Chandrasekhar Naidu
----- From: Rahul Dwivedi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 02, 1999 8:59 AM Subject: Re: java.sql.SQLException: Error even i was getting this problem when i was trying to run a pgm which uses jdbc-odbc connection. i don't know the exact sol. for it but for

java.sql.SQLException: Error !!!!

1999-09-01 Thread Hiten Shah
dear all, i am getting this error when i trying to connect to backhand. i am using db2 as back hand. ODBC is working fine. but JDBC-ODBC connectivity is creating problem. i am getting the following error : "java.sql.SQLException: Specified driver could not be loaded due to system error 126 (IBM

Re: java.sql.SQLException: Error !!!!

1999-09-01 Thread Rahul Dwivedi
... while using jdbc odbc connection. Rahul Hiten Shah [EMAIL PROTECTED] on 09/01/99 06:42:27 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Rahul Dwivedi/LTITLVSH) Subject: java.sql.SQLException: Error dear all, i am getting this error when i trying