|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
Answer: How do I transfer information from a mySQL DB to an Access DB? |
| ( #17818=categorized answer: print w/ replies, xml ) | Need Help?? |
|
Q&A > database programming > How do I transfer information from a MySQL DB to an Access DB? contributed by btrott
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.
|
|
||||||||||||||||||