简体   繁体   中英

Where is my database of sqlite in windows phone 8.1 (Universal windows App)?

I am searching my database named as Student.db but i am not able find ? Sqlite store data in ApplicationData.Current.Local location but where is it?

SQLiteAsyncConnection connection = new SQLiteAsyncConnection("Student.db"); 

您的本地存储可以在这里找到:
C:/Users/YourName/AppData/Local/Packages/YourPackageName/LocalState

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM