I am developing my android app which interacts with an external MSSQL database (SQL server 2005). But dont have any clue on how to make that possible…so I referred some articles like..
Android Java connect to online database
https://groups.google.com/forum/?fromgroups#!topic/android-developers/9KCkhHP2_RY
https://groups.google.com/forum/?fromgroups#!topic/phonegap/YCRt2HducKg
but couldn’t get it through. can anyone plz explain me how can i make it possible with some basic tutorials or code.
Thanks in advance 🙂
Create one server side application to interact and get data from database
Then run that server side app and using any web service protocol connect to this server side app by android client app.
Check this link
Here they using hessian web service protocol
http://edwin.baculsoft.com/2011/06/simple-messaging-example-using-hessian/