Accessing Microsoft Access DB (.mdb) under a Linux system
843859Apr 11 2007 — edited May 30 2007Hello guys, i need to have access to an .mdb (damned microsoft) file under a Linux system. Is this feasible?
I have installed successfully jdbc, unixodbc and jdbc-odbc bridge. I get connected, but upon a select query statement i get an error similar to that "No database selected".
I understand that might want to have a different driver (X) in order to have odbc talk to it, and then have (X) to talk to .mdb file. But which is that driver (X)???
Has anyone tried that before?
Thanks a lot.