http://qs321.pair.com?node_id=452218


in reply to Convert MDB File To Txt File

Well, I think Access can export to CSV so that's the easiest. If you don't have access to Access, you use DBI with DBD::ODBC to read the .mdb and DBD::CSV to write out the .txt file.

Replies are listed 'Best First'.
Re^2: Convert MDB File To Txt File
by gopalr (Priest) on Apr 28, 2005 at 06:11 UTC

    Let me know how do you convert without "Access"..

    Thanks

      You should take a look at MDB Tools.

      Not entirely without problems, it's reliable enough that I use it in an ongoing project that I have to keep an eye on anyway. You can backtick to the command line utilities or use a GUI thingy. Looks like something that would benefit from having a Perl module in front of it...


      MB
      update

      I just discovered this one: Openoffice.org, which is available on both windows and *nix, apparently has an experimental .mdb reader and it can write in many formats.

      Did you read the second sentence of my reply? It specifies what to do if you don't have Access. Did you follow the links in that second sentence? They go to the documentation for the modules that will help you do what you want. Did you read that documentation and get stuck? If so, tell us what part you're stuck on and we'll be glad to help. You also need to tell us what OS you are using since the specifics of the answer differ depending on whether you are on windows or not.
A reply falls below the community's threshold of quality. You may see it by logging in.