vb.net - Can't access encrypted sqlite database -


i used navicat premium create database file , selected encrypted put password. when try accessing database in vb.net program error saying...

file encrypted or not database

"data source=\\10.10.10.10\folder\database.db;password=pwd;version=3;", true

the above connection string (please ignore network path =) ). anyway, can through opening connection when reading data error. tried creating database doesn't have password , worked fine. copy pasted password have in code navicat make sure typed correctly.


Comments

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -