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
You can use Microsoft Access as a front-end to your MySQL database. Refer: MySQL Documentation
Microsoft Access
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.
php
DB