Although it is not the proper list for JDBC questions,
there are 2 possible explanations:
Either the driver is not placed in proper place so it can not be found,
Or the driver you use is not the right one.
The java.sql package has some methods that can help you,
like getDrivers which returns an enumeration with the loaded drivers..and
other
Isidoros

-----Original Message-----
From: Rasoul Hajikhani [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 11, 2001 10:30 PM
To: [EMAIL PROTECTED]
Subject: JDBC Question


Folks,
I have placed informix driver in /tomcat/home/lib/informixdriver. Also I
have placed a copy of the same driver under
/tomcat/home/webapps/projectVel/WEB-INF/lib/informixdriver.jar. However,
I get the following error:
Error Connecting: java.sql.SQLException: No suitable driver
Can someone suggest a remedy?
Thanks in advance
-r

___________________________________________________________________________
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

___________________________________________________________________________
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