Page 1 of 1

sql error file is encrypted or not database error??

Posted: 05.03.2011, 19:11
by jeremicm
Hi everyone. can some one help me with this?
When i try to exec sql query on sqlite2 database i get "sql error file is encrypted or not database". When i exec it on sqlite3 file everything is ok...

sqlite2 database has only one table with few fields (it's created for connectivity test).

I have DelphiXE and in TZeosConnection version info is "7.0.0-dev". Both sqlite3 and sqlite dll's are in windows/system32 folder. For both databases, protocol property is set to "sqlite"...

Thanks in advance

Posted: 02.04.2011, 23:59
by mdaems
SQLite 2 support has been removed from zeoslib 7. You might have some more luck with 6.6, using sqlite protocol for sqlite 2 and sqlite-3 protocol for newest Sqlite.

Posted: 05.04.2011, 10:21
by jeremicm
bad news for my app :(
thnx...