connect to database

  • Replies:1
divya bharathi
  • Forum posts: 1

Feb 12, 2013, 11:52:44 AM via Website

hi ,i have one web application which is developed in dotnet with sql server.now i am developing this application in android with same database.how can i connect my android app with sql server?i am new to webservices and android.

Reply
Pcriulan
  • Forum posts: 3

Feb 12, 2013, 3:32:11 PM via Website

Hi,

you have to make request to your server via a web service, for example a REST web service. Take a look to the REST web service and REST client implementation on android :

On Github search for RESTDroid or RoboSpice (more complex than RESTDroid)

Reply