Yuri_D wrote:Hello!
I'm not sure what's wrong but when I'm trying to use this solution I'm getting an error on OpenDatabase() command (PB v5.72):
[16:55:33] [ERROR] UseODBCDatabase(), UseSQLiteDatase() or UsePostgreSQLDatabase() need to be called before using database commands.
Did anybody try it on later PB releases?
@Yuri_D
@totorcalais
Tested and working on PB 5.73 x32 and x64.
But, with PB x64 also the 64bit version of "sqlcipher.dll" is needed.

Eg. contained in the "DB Browser for SQLite for 64bit Windows".
Furthermore:
In the current version 3.12.1 of "DB Browser for SQLite" the version of "sqlcipher.dll" has changed to 3.31.0.0 which additionally needs the lib "libcrypto-1_1.dll" (additional 3 MB).
My original test was done with version 3.27.2.0 of "sqlcipher.dll" (eg. included in "DB Browser for SQLite" version 3.11.2), which did not need this additional lib yet.
Regards. Markus