No Suitable Driver exception
March 20th, 2009
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.
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.