Open password protected SQLite database?

RB Smissaert

Well-Known Member
Licensed User
Longtime User
It was suggested that it might be possible to read a password protected SQLite database by putting the password in the connection string.
Sofar I haven't managed to do this yet:

Con.Open("Data Source = C:\Testing.db3;Password = xxx")

Plus tried some other constructions, but no luck yet.

Can this be done?

RBS
 

RB Smissaert

Well-Known Member
Licensed User
Longtime User
OK, thanks, will wait for that.
It will be a major advance if you could easily secure your SQLite database.

RBS
 
Top