在IsolatedStorage中移动sqlite数据库
我在项目的根目录中声明了一个 sqlite 数据库(属于 MainPage.xaml 等)。
我如何将此数据库放入IsolatedStorage?我现在似乎无法打开数据库,所以我认为这可能是因为它不在独立存储中。我怎样才能移动它?
I have a sqlite database declared in the root of my project (belongside MainPage.xaml etc.).
How can i place this database in IsolatedStorage? I can't seem to open the database now so i think it might be because it's not in Isolated Storage. How can i move it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是我使用的代码:
如果我没记错的话,您必须将数据库标记为“始终内容/复制”。
Here is the code I used:
If I remember correctly, you have to mark your DB as Content/Copy Always.