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.