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

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -