Page 1 of 1

Encrypted DB

Posted: 12.06.2007, 23:19
by mksql
When I create a new SQLite version 2 database file with Administrator, then attempt to open it with a couple other tools I have, I consistently get a "file is encrypted or is not a database" error.

There does not appear to be an encryption option. Ideas?

Posted: 19.06.2007, 07:24
by Orbmu2k
Are these other tools really supporting Sqlite Version 2 too? The most known tools does not ;-) Also they must use the same version of the sqlite library.

Posted: 19.06.2007, 14:58
by mksql
To be more specific, I am trying to use the DBs via JDBC (on Windows), and the drivers I have located so far seem to support v2 more than v3 (I get memory errors or crashes with v3 DBs).

This may be a JDBC driver issue - wanted to make sure I was not missing a setting in Administrator.