http://www.perlmonks.org?node_id=17818


in reply to How do I transfer information from a MySQL DB to an Access DB?

Try using DBI. You could use DBD::MySQL to connect to the MySQL db, then use DBD::ODBC (I think) to connect to the Access db. Then you can select from one database handle and insert into the other.
  • Comment on Re: How do I transfer information from a mySQL DB to an Access DB?