Converting MySQL to MS Access

后端 未结 2 1716
终归单人心
终归单人心 2021-01-22 04:43

I have a table in MySQL with a large amount of data that I would really rather not manually copy accross to MS Access. In simple terms how would I convert the Table from MySQL t

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-22 05:22

    One option is to use ODBC. Use Access to pull in the data from MySQL.

    • Install the MySQL ODBC driver.
    • Create a system DSN for the MySQL database.
    • Create a new Access database.
    • Find the approprate Access menu command for importing external data. This will depend on your version of Access. A2010 has a ribbon menu called "External Data".
    • select the ODBC data source (Machine Data Source) using the DSN you created.
    • select the tables you need, and proceed with the import.

    enter image description here

提交回复
热议问题