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();