File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Servlets and the fly likes SQLException: No suitable driver??/what does it mean exactly Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "SQLException: No suitable driver??/what does it mean exactly" Watch "SQLException: No suitable driver??/what does it mean exactly" New topic
Author

SQLException: No suitable driver??/what does it mean exactly

Bhasker Reddy
Ranch Hand

Joined: Jun 13, 2000
Posts: 176
Does it mean a wrong driver or a wrong url to the database
can some one throw light on it
------------------
Reddy


Bhasker Reddy
namita pa
Ranch Hand

Joined: Sep 06, 2001
Posts: 56
hi
have you created the proper DSN .You have not mentioned anything which driver u are using which database .please ellaborate .....
check whether the api for the drivers are loaded properly

------------------
Dmitriy Pavlyuk
Ranch Hand

Joined: Mar 25, 2001
Posts: 33
This exception is throwing for not fully JDBC compiliant drivers.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: SQLException: No suitable driver??/what does it mean exactly
 
Similar Threads
This forums' elements order
useBean with only type attribute(please help)
unable to establish a connection betwen JDBC and MySQL server using a java class.
Woes with ResultSets and Arrays
loading driver in JSP