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++ - llvm function pass ReplaceInstWithInst malloc -

Cross-Compiling Linux Kernel for Raspberry Pi - ${CCPREFIX}gcc -v does not work -

java.lang.NoClassDefFoundError When Creating New Android Project -