Hello!
I have some code which is (attempting) to communicate with a local MS Access database. The following line of code throws exception java.lang.ClassNotFoundException: acs.jdbc.Driver ...
code line>>> Class.forName("acs.jdbc.Driver"
The only thing being imported is java.sql.*; .
Do I need to import something else; or download the driver in a jar from somewhere?
Any help would be appreciated.
Cheers,
Dave.
mailto:dave.ring@barclays.co.uk
I have some code which is (attempting) to communicate with a local MS Access database. The following line of code throws exception java.lang.ClassNotFoundException: acs.jdbc.Driver ...
code line>>> Class.forName("acs.jdbc.Driver"
The only thing being imported is java.sql.*; .
Do I need to import something else; or download the driver in a jar from somewhere?
Any help would be appreciated.
Cheers,
Dave.
mailto:dave.ring@barclays.co.uk