Using MS Access as a front-end to MySQL db

后端 未结 3 1440
渐次进展
渐次进展 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:19

    You can use Microsoft Access as a front-end to your MySQL database.
    Refer: MySQL Documentation

    But for your case, directly accessing database is wrong. I suggest better you have a view page with php to update DB with proper required validations.

提交回复
热议问题