简体   繁体   中英

IS there any way to use database in Windows Phone 7.0 application?

As I Know windows phone 7.0 not support SQL CE. Is there any way to work with DataBase on windows phone 7.0 or any free tool? Please help me out thank you.

You can try SQLite . Its pretty good, standalone and fast. Above all it has .NET wrappers available.

You can find a list of available/supported databases at: Local Sql database support for Windows phone 7

I think the new Mango tools (7.1) support SQL CE and Linq.

See http://msdn.microsoft.com/en-us/library/ff637516(v=vs.92).aspx for more details on the 7.1 release.

You can use Sqlite or Sterling .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM