Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi,
I am trying to develop database enabled android app,so that i can bind some data in gridview and also be able to perform insert,update delete operation.

I know about Xamarin but i could not perform with Sqldatabase ,I got some links but it shows some example with SQLite ,i don't wanna work with it.

I already have created database in sql server.so is it possible to connect with sqlserver?

please help me

thank you
Posted
Comments
RaisKazi 8-Jul-14 12:54pm    
If you are really interested in Android Development then use ADT(Android Development Tool) and Java Programming.

1 solution

ok i am also a newbie in xamarin,
recently i have created android app for testing purpose to connect with database
so if you are using xamarin than
its simple
just create a normal web service and publish it to your IIS
now add this Web refrence to your xamarin project(right click=>Add web Refrence) and use it as you can use it in asp.net or window app


if you are using mvc you can also use WEBAPI


Happy Coding :) :) :)
 
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