简体   繁体   English

有没有办法在 Windows Phone 7.0 应用程序中使用数据库?

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

As I Know windows phone 7.0 not support SQL CE.据我所知 windows 手机 7.0 不支持 SQL CE。 Is there any way to work with DataBase on windows phone 7.0 or any free tool?有没有办法在 windows 手机 7.0 或任何免费工具上使用数据库? Please help me out thank you.请帮帮我谢谢。

You can try SQLite .您可以尝试SQLite Its pretty good, standalone and fast.它非常好,独立且快速。 Above all it has .NET wrappers available.最重要的是它有.NET 包装可用。

You can find a list of available/supported databases at: Local Sql database support for Windows phone 7您可以在以下位置找到可用/支持的数据库列表: 本地 Sql 数据库支持 Windows 电话 7

I think the new Mango tools (7.1) support SQL CE and Linq.我认为新的 Mango 工具(7.1)支持 SQL CE 和 Linq。

See http://msdn.microsoft.com/en-us/library/ff637516(v=vs.92).aspx for more details on the 7.1 release.有关 7.1 版本的更多详细信息,请参阅http://msdn.microsoft.com/en-us/library/ff637516(v=vs.92).aspx

You can use Sqlite or Sterling .您可以使用SqliteSterling

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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