适用于 Windows Phone 8.1(Silverlight) 的 SQLITE 数据库

问题描述:

我正在使用 SilverLight 为 windows phone 8.1 开发应用程序,因为我正在使用 sqlite 存储一些产品的详细信息,但我想知道如何永久存储该数据,这意味着当我关闭模拟器时,数据会丢失.所以请告诉我如何存储这些数据.

I am developing an app for windows phone 8.1 using SilverLight in that I am storing details of some products using sqlite but I want to know how can I store that data permanently means when I close the emulator the data is lost. So please let me know how do I store that data.

当您关闭模拟器时,所有数据都将丢失,所有应用程序也将被删除.把它想象成在你的设备上进行硬重置.

When you close the emulator, all the data is lost and all the apps deleted. Imagine it as doing a hard reset on your device.

您唯一的解决方案是不要关闭模拟器或获取真实设备进行测试.

Your only solution is not to close the emulator or get a real device for testing.