Shri Shrikumar wrote: > > Hi All, > > As the title suggests, are there any linux packages that can be used to > access mdb files. Im running sid. > Can't access it directly, since it's proprietary Microsoft stuff.
If you have a networked Windows box available, run DBI::ProxyServer and DBD::ODBC on it, and run DBI::Proxy on a Linux host to talk to it. These are Perl modules available on CPAN.