Saturday, October 6, 2012

Connect to SQL database for Silverlight app

Connect to SQL database for Silverlight app

Can you connect your app to a SQL database? Silverlight - which Windows Phone apps are built on - only seems to like XML.

Then, how do you show the data in the app and how do you fall back if you cannot access the internet or the database?

Answers & Comments...

Answer: 1

Windows Phone 7.1 (Mango) is able to support a smaller version of SQL. This link will bring you to the Local Database Overview for Windows Phone MSDN documentation.

After reading the overview, look in the left pane and notice the other resources for setting up and using local SQL data in a phone app.

by : Lance McCarthyhttp://stackoverflow.com/users/1406210




No comments:

Post a Comment

Send us your comment related to the topic mentioned on the blog