Im very new to WP7 Development and i have a few questions.
Firstly i would like to know how it is possible to connect to a database on a server?
How can i connect to the local database in the windows phone itself?
Thanks alot
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Local database :
http://msdn.microsoft.com/en-us/library/hh202860(v=vs.92).aspx
http://blogs.msdn.com/b/wriju/archive/2011/08/01/windows-phone-7-using-local-database-for-application.aspx
If you want to connect to a remote database, it’s not possible. You must use a webservice and JSON (for example)