Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi all,

Whether working with android database?

android works with SQL Server?
Posted

1 solution

Android natively supports SqlLite.

/ravi
 
Share this answer
 
Comments
samad blaj 21-Sep-12 1:34am    
C # sql server programming does not work?
Ravi Bhavnani 21-Sep-12 7:55am    
I don't understand your question. Do you mean when using C# to build Android apps (using Mono for Android) or do you mean you want your Android app (written in Java/C#) to be able to connect to a SQL Server database? if it's the latter, you'll need to write a web service that queries the database and returns results as JSON. Then, access the web service from your Android app.

Hope this helps.

/ravi
samad blaj 23-Sep-12 7:27am    
I mean, the first part?
Ravi Bhavnani 23-Sep-12 10:26am    
I don't think there's MonoDroid support for SQL Server. You'll need to write a web service that exposes your SQL Server database and access it from your Android app.

/ravi

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