I want to develop a basic form application which records datas into a sql server. However, it is commercial work so i need to use an application server for security reasons. I searched and discovered that android can connect to a sql server via a open source library but i’m not sure how to use an application server with these?
Share
You should write a webservice layer on you application sever and consume these on the android client.
Connecting to DB directly is not advisable