Readdy Write  
0,00 €
Your View Money
Views: Count
Self 20% 0
Your Content 60% 0

Users by Links 0
u1*(Content+Views) 10% 0
Follow-Follower 0
s2*(Income) 5% 0

Count
Followers 0
Login Register as User

Where to find the local SQlite database

03.07.2018 (👁7344)


 

If you write a UWP app with an SQlite database, then that database will be created at runtime, where the actual app installation will take place.


 

1) About application code

View the current database in the app code

 

SqliteConnection cn_connection = clsDB.Get_Sqlite_Connection();

string sConnection=cn_connection.DataSource;

 

 

 

Results in the edition

database=C:\Users\Raimund\AppData\Local\Packages\709a97e4-xxx\LocalState\sqliteSample.db

 

 

2) Search via the file explorer

Or you can specify the database name in the Windows File Explorer and search the file directories of the C: hard disk

After selection in the context menu-> open file path, the hidden directory is displayed