0

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 2

1

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.

Sign up to request clarification or add additional context in comments.

Comments

0

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

Thanks for your reply.Please give me some guidance,if any possible way transfer the MS Access data to MySQL.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.