1.

What causes “No suitable driver” error?

Answer»

“No suitable driver” ERROR occurs during a call to the DriverManager.getConnection() method, because of the following reasons:

  • Unable to LOAD the appropriate JDBC drivers before calling the getConnection() method.
  • It can specify an invalid or wrong JDBC URL, which cannot be recognized by the JDBC driver.
  • This error may OCCUR when one or more shared libraries required by the bridge cannot be LOADED.


Discussion

No Comment Found