Easysoft JDBC-ODBC Bridge

Why do I get a "No suitable Driver" error in my applet when the JDBC-ODBC Bridge Demo works fine?

Article:
00556
Last Reviewed:
11th January 2024
Revision:
2

One reason for this is a known problem with older versions of Internet Explorer loading classes by name.

The line responsible for loading the driver

Class.forName ("easysoft.sql.jobDriver");

should be changed to

Class.forName ("easysoft.sql.jobDriver").newInstance();
Applies To

Knowledge Base Feedback

* Did this content help you?
* Please select one option based on your first choice:

(* Required Fields)