How To Protect Database

jothis

Active Member
Licensed User
Hi Friends

Iam using sqlite database browser and i want to protect my database. is it possible with sqlite database browser?

jothis
:sign0085:
 

jothis

Active Member
Licensed User
Thankyou erel for your replay i want to protect my datas in my database. Is there any way to do that? :sign0085:
 

berndgoedecke

Active Member
Licensed User
Longtime User
Rtfm

Hello Jothis,
have a loook at the SQLite.dll-documentation. There are some Password features:

ChangePassword (Password As String)
Con.Open2("Data Source = " & AppPath & "\Northwind.sl3", "MyPassword")
RemovePassword



Best Regards

berndgoedecke
 
Top