I have created one web site and android applcation and I have used backed as SQL Server 2008.
I have used web services to display data from server to android application for that i have used JSON and ksoap library and it is working fine. I can display data from server to android. But now i want to store data from android application to SQL Server 2008. So anyone please tell me the step or how i can do that. Please help.
I have created one web site and android applcation and I have used backed
Share
You can connect to SQL Server database through webservice.
Here is the sample code to call the webservice.