windows runtime - Is there a quick way to locate the SQLite database that my app creates? -
I used my form as a base for creating SQLite tables
, I I can see built tables well.
However, to make connections in that device first, I had to find out the SQLite database that was created. I searched for a hard drive for it, and found it in:
c: \ user \ clay \ apeda \ local \ package \ 99129e92-ebeb-4800-a0e5- d0e43b016009_qtyjefqf75sa6 \ localet \ Fotrax .sqlite
Now how in the world would I know that it was in the 99129e92-ebeb-4800-a0e5- d0e43b016009_qtyjefqf75sa6 (there are many similarly Welch- The folded folders are C: \ Users \ Clay \ AppData \ Local \ Packages below, so how do I know what it is?
Surely there is another great way to find it instead of doing a global search.
c: \ user \ clay \ appadata \ local package where all your applications store their data And your package ID is most likely to be from 99129e92-ABB-4800-AA-501A 43 BCC9XX Manifest. You can simply use ApplicationData.LocalFolder.Path
to get the path.
Comments
Post a Comment