I’m recently doing an android app that need data exchange with MSSQL database. What I’m doing now is using a PHP page to “connect” my app and the database. Just wondering is there a way to let the android app sending queries directly to the database? If there is a way to do so, where can I find some examples?
I’m recently doing an android app that need data exchange with MSSQL database. What
Share
No, you are doing right. You have to create web services or API that your android application will use to interact with your database.