Converting MySQL to MS Access

后端 未结 2 1747
终归单人心
终归单人心 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:27

    One simple approach is to export the table to CSV format from MySQL and import it into Access from CSV using the data import wizard.

    MySQL to CSV

    http://www.electrictoolbox.com/mysql-export-data-csv/

    CSV to Access

    http://www.brighthub.com/computing/windows-platform/articles/27511.aspx

提交回复
热议问题