Click here to Skip to main content
15,906,219 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
i want to connect my android application with MS SQL SERVER 2008 as a back end.
so i want to use web service as middle ware for parsing data from database engine for future use with android application.

if anyone has any sample code please share with me @ naitikvithlani@gmail.com
Posted

1 solution

1. Create a web service to fetch the data from sql server. The following link will be helfful:

http://msdn.microsoft.com/en-us/library/8wbhsy70(v=vs.90).aspx[^]

2. You this tutorial for details about use of web services in android:

http://lukencode.com/2010/04/27/calling-web-services-in-android-using-httpclient/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900