How can you setup ODBC on Linux for JET Databases?
I've tried with both UNIXOdbc and iODBC but I can't seem to get it to work...
Could somenone provide some guidance?
Edit
I must open and run some queries on *.mdb files (native Access databases' format). On windows I use Python and the library pydobc
. I would like to be able to run my code from linux too. I could propably just use mdb-tools to extract the data but I would prefer it if I could directly connect to the database (maybe I will need to add some tables and redistribute the *.mdb file).