isCOBOL Evolve : SDK User's Guide : Programming Guides : JDBC : Common JDBC connection errors
Common JDBC connection errors
 
invalid jdbc driver <DriverName>
This error is returned when the class name you specified with iscobol.jdbc.driver property cannot be found in the CLASSPATH. Ensure that the JDBC driver library is listed in the CLASSPATH.
 
no suitable driver
This error is returned when the JDBC Driver cannot resolve the connection URL specified by iscobol.jdbc.url property. Double check the syntax of the URL and ensure that it follows the documented specifications.