Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

java.sql.sqlexception: no suitable driver found

This error occurs if JDBC is not able to find a suitable driver for
the URL format passed to the getConnection()
method e.g."jdbc:mysql://" in our case.

In order to solve this error,
you need the MySQL JDBC driver like
"mysql-connector-java-5.1.36.jar" in your classpath.
Source by javarevisited.blogspot.com #
 
PREVIOUS NEXT
Tagged: #suitable #driver
ADD COMMENT
Topic
Name
5+4 =