connect to database

connect to database
created on Feb 12, 2013 11:52:44 AM
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 with quote Reply Link ±0     (0 votes)
RE: connect to database
created on Feb 12, 2013 3:32:11 PM
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 with quote Reply Link ±0     (0 votes)