Windows 8 Metro风格应用程序是否支持SQL Server CE本地数据库?

问题描述:

我已经使用SQL Server CE数据库构建了Windows Phone应用程序。

I have built a Windows Phone Application using SQL Server CE database.

我们需要将此应用程序移植到Windows 8 Metro Style。

We need transplant this app to Windows 8 Metro Style.

Windows 8 Metro风格应用程序是否支持SQL Server CE本地数据库?

Do Windows 8 Metro-style applications support SQL Server CE local databases?

ErikEJ,没有本地支持本地SQL Server CE数据库,但也许这个第三方组件SQLite对你有用吗?

As already answered by ErikEJ, there is no native support for a local SQL Server CE database, but maybe this third party component SQLite is usefull for you?

Tim Heuer写了一篇博客在metro风格的应用程序中使用SQLite:
http://timheuer.com/blog/archive/2012/05/20/using-sqlite-in-metro-style-app.aspx

Tim Heuer has wrote a blogpost about how to use SQLite in a metro style app: http://timheuer.com/blog/archive/2012/05/20/using-sqlite-in-metro-style-app.aspx

在博客中还有一个视频,其中包含如何步骤在您的应用中使用SQLite。

In the blogpost there is also a video with the "How to" steps to use SQLite in your app.