sql error file is encrypted or not database error??

Forum related to SQLite

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
jeremicm
Senior Boarder
Senior Boarder
Posts: 61
Joined: 18.10.2006, 17:07
Contact:

sql error file is encrypted or not database error??

Post 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
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post 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.
Image
jeremicm
Senior Boarder
Senior Boarder
Posts: 61
Joined: 18.10.2006, 17:07
Contact:

Post by jeremicm »

bad news for my app :(
thnx...
Post Reply