S sam2015 Lurker Apr 2, 2014 #1 I am a new Android developer i need to know : How i can connect the MS SQL server2008 to webservice then to Android
I am a new Android developer i need to know : How i can connect the MS SQL server2008 to webservice then to Android
A Astalavist4 Lurker May 4, 2014 #2 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.
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.