From: "M. Edward (Ed) Borasky" Date: 2006-08-03T10:40:16+09:00 Subject: Re: cross-platform microsoft access parser Aran Donohue wrote: > Hi, > > Is there an existing cross-platform library which can read microsoft > access databases? > > Thank you! > > I don't know about cross-platform in a single tool, but there is an open source package "mdbtools" that works on at least Linux. It's not clear you'd need something like that on Windows, since I think Access drivers are standard as part of ODBC. unixODBC also probably can talk to Access files.