Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
hi!!
i want connect sql server with web service on andriod ..
can someone tell me how?
i using visual studio C#..

thanks...
Posted

1 solution

Mono for Android provides System.Data.dll and the System.Data.SqlClient namespace, so you can use your existing System.Data code to connect to Microsoft SQL Server via Mono for Android.

Check this link out as well.
http://www.mono-project.com/SQLClient[^]

And here is an excellent article to use a webservice in an android application.
http://www.c-sharpcorner.com/uploadfile/b19d5a/consume-a-web-service-in-an-android-application-with-C-Sharp-monoandroid-application/[^]

Please mark as solution and vote if this helps you
 
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