Click here to Skip to main content
15,889,808 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Team,

I have configured SQLite data base successfully, it's for creating product based application in visual studio windows application.
and I am struggling to create password protection for the SQLite database. Also not able to protect the database. If open SQLite database in SQLite studio, password credentials does not asked.

How to protect my SQLite database, while open SQLite studio need to set password for my DB.(Don't want anyone to open my DB).

Thanks in Advance.

What I have tried:

SQLite Software downloaded and installed, but set password not visible in SQLite studio application.
Posted
Updated 9-Feb-19 0:36am
Comments
Richard MacCutchan 9-Feb-19 6:34am    
SQLite is a local database system so does not use password protection.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900