Skip to content
Advertisement

Tag: ucanaccess

How to configure UCanAccess JDBC driver with Spring?

Whenever I tried to use an ODBC driver to access MDB files, it gave me an error: So I decided to use the UCanAccess JDBC driver instead. Does anyone have experience configuring UCanAccess JDBC driver with Spring? I’ve put the UCanAccess.jar into my lib folder and configured it like below, but that doesn’t work: My development environment: Spring Framework 3.x

Advertisement