Find SQLite Database On WinRT

前提是你 提交于 2019-12-11 10:40:39

问题


When my application starts I can copy a pre-populated SQLite database to the application LocalFolder as suggested here (http://timheuer.com/blog/archive/2012/06/28/seeding-your-metro-style-app-with-sqlite-database.aspx).

Now I would like to be able to get a copy of the database back at times when debugging so I can inspect its contents and check that it is as expected. Is there anyway to do this when using the simulator, or even when running local if not ?

Thannk you


回答1:


It will be located SOMEWHERE under:

C:\Users\<your-username>\AppData\Local\Packages\<your-application-package>\LocalState\

Both the simulator and the local application use this same location for storage.



来源:https://stackoverflow.com/questions/14318931/find-sqlite-database-on-winrt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!