I want to access MS-ACCESS database using MYSQL query. I want to download some data from MS-ACCESS database table to MYSQL table. But i have no idea to transfer the data from different databases. Please help me to find the solution..
2 Answers
You can use SQLyog's Import External Data Feature to import data from different data sources to MySQL (including MS-ACCESS).
You can go through SQLyog's Help Documentation here.
Comments
You can't. MySQL cannot talk to MS Access. But you can, however, use MS Access to talk to MySQL, if an ODBC data source has been set up pointing at a database stored in MySQL.
You could then use Access itself to do the copying.
1 Comment
romi
Thanks for your reply.Please give me some guidance,if any possible way transfer the MS Access data to MySQL.