Closed atomotic closed 9 years ago
No, you don't need to download the driver an MS Access JDBC, because there is none (to my knowledge). The current MS Access import module uses ODBC, which is the Windows analogue of JDBC, to connect to MS Access databases.
Therefore, to import from MS Access databases you need to run the db-preservation-toolkit on a Windows machine, which will already have the sun.jdbc.odbc.JdbcOdbcDriver
installed. Also, to be able to connect to MS Access via the JDBC-ODBC bridge, you need to have the MS Access ODBC driver installed, which means you need to have Microsoft Access installed on your system.
In summary, you need Windows and Microsoft Access installed to import from Microsoft Access files. I realize I forgot to add this information to the Readme and will do so.
Can you test it and tell me how it goes?
ok, thank you. i was on a linux machine, but i was in doubt that windows was needed. i'll try soon.
do i need to download myself an Access jdbc driver?