• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

MS SQL server2008 to webservice

sam2015

Lurker
I am a new Android developer

i need to know :

How i can connect the MS SQL server2008 to webservice then to Android
 
Using SQL Server as your datasource, you first need to create Web APIs.

This can be done in .Net

You can then consume these web Api using HTTP GEt and Post requests from your android phone.
 
Back
Top Bottom