I need to get read only access to a MDB database accessed from a Linux
box using samba, anyone had any luck with this and know how to set it
up?
Please resist from posting your reasons why and MDB should not be used,
I am the converted so stop preaching. The MDB is there to stay and I
have to read to it.
It’s read-only access for now, but that appears to be what you need.
There is a converter from MDB to other DBs, and a simple SQL engine for
basic queries. Depending on the size of your database, you could
possibly dump the mdb to MySQL (or whatever your Rails db is), and then
create some kind of sync.
Alternatively, you could automate some kind of dump on the Windows side
(if that’s available) to CSV’s (or a delimited txt format), and then
read those in from your samba-connected Linux box.