Using MS Access as a front-end to MySQL db

后端 未结 3 1537
渐次进展
渐次进展 2021-01-16 18:25

I am using MySQL DB for my android application. I have installed phpmyadmin on my Ubuntu LAMP server and using it to access my DB. Is there any possibilities to access the D

3条回答
  •  孤独总比滥情好
    2021-01-16 19:05

    If the aim is to change the data and not the structure, using MS access is a good solution, as you can edit anything in linked tables very efficiently with litlle setup efforts.

    To achieve this, first you need to download and install the MySQL ODBC driver.

    In order to avoid issues, I advise you to install the 32 bit driver, even if you're on a 64 bit system. The 32bit will work flawesly, which is not always the case of the 64 bit.

    Once installed, open the ODBC control panel and add an entry pointing to your MySQL database

    Then in Access you can add linked tables using this ODBC entry

    Once the table are linked, they will behave as if they are MS access tables and you can open them and edit data, and much more.

提交回复
热议问题