No Suitable Driver exception

  • Share
  • Share

Applies to:
NA

Description:
Occurs while connecting to a database using JDBC.

Cause:
This exception has two potential causes. You driver is being loaded incorrectly or
Your connection URL is incorrect and the driver You want to use isn’t recognizing it.

JAVA-JDBC ,

  1. admin
    March 20th, 2009 at 10:28 | #1

    Make sure that your Driver is being loaded correctly AND that it is registering itself (which it really should) with the DriverManager.
    Your connection URL is incorrect and the Driver you want to use isn’t recognizing it. Therefore check and correct it.

  1. No trackbacks yet.