Existing database
When switching from SQLite-PDO to SQLite I get following error:
Connection Error
sqlite_open(): file is encrypted or is not a database
any clue ?
Arthur
Connection Error
sqlite_open(): file is encrypted or is not a database
any clue ?
Arthur
I donโt use sqlite in SC but in Delphi. This message useually means that you are opening the Sqlite with a wrong dll. So I expect that the Sqlite version is not correct or your connection string.
I do not build connection string. It is all taken care of in SC. I really donโt understand what DLL you talking about. If SC supplies the driver for SQLite then it should work, unless they donโt support SQLite v3.
So the question is: what SQLite version is supported by SC7.1 ?
Why I can connect to the same SQLite file with SQLite-PDO but not SQLite ?
does anybody know ?
Arthur