I have opensuse 11 installed. I would like to know if from this OS, there’s a way to export a Table from Microsoft Access MDB file, into CSV or ASCII text format? But I need it to run from the shell, because I would like to put this command into a script to run automatically.
Trouble with access is that it uses microsoft’s own formatting and not that many average people use access compared to word or excel. This means that most linux or even non M$ Office windows programs will read access files.
The best way to get it converted is directly in windows from a running version of access.
Another way would be to use an odbc connection to the database file and use sql commands to export the tables. Trouble is, I don’t think you will find a linux odbc connector for access.