I need to be able to read and write to a SQLite database from a third-party application, the database is encrypted with SQLCypher. I have the key, however when I set it via .EncryptionKey and then try to .Connect, I get DatabaseException 26 - file is not a database.
Is there some trick to working with this kind of SQLite database?
2 posts - 2 participants