I need a DB in my windows phone app(mango) - How can I put a DB in the sandbox and use it
I found some articles in the net te开发者_如何学运维lling that the mango version may have a sqlserver version for windows phone.
So my question is: Is there a way to have a db in my sandbox.
how can I build the DB and how can I comunicate with it (add delete and edit...)
I would relly like to work with sqlserver(local) ... but if you have other ideas, i'd like to hear about them as well.
Thanks Asaf
You probably are talking about SQL Server Compact (an embedded database).
Derik Whittaker has a series of blogposts about that:
- Using SQL CE On WP7 Mango–Getting Started
- Using SQL CE On WP7 Mango–Working with Associations
- Using SQL CE On WP7 Mango–Working with Indexes
精彩评论