Hi all,
I connected lazarus to SQLite database with TSQLite3Conncetion successfully, and now I want to connect the program to SQLCipher that I've created by SQLiteStudio, but it gives this error :
"SQLite3Connection1 : file is not a database"
I also wrote the database password on the properties of "SQLite3Connection1".
Is it possible to connect encryption SQLite database (sqlcipher or wxsqlite3) with Lazarus?