How to get SQLite work on windows phone 8

1.Install SQLite for Windows Phone SDK
C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v8.0\ExtensionSDKs
2.Install sqlite-net NuGet package
3.Install sqlite-net-wp8 C++ wrapper from https://github.com/peterhuene/sqlite-net-wp8.git
4.Add the SQLite project reference and windows phone extension SDK reference
5.Create the USE_WP8_NATIVE_SQLITE compilation symbol

posted @ 2013-10-05 04:46  MinieGoGo  阅读(183)  评论(0编辑  收藏  举报