softace/sqliteodbc

How to use encrypted databse file

soulflyman opened this issue · 0 comments

Hi, I have an encrypted Database file and want to use it with your SQLite ODBC driver.
I configured a System DSN as followed:
2022-03-21_16-12

Butt when I connect to it with the following DSN

Dsn=Testprojekt_encrypt_32bit;PWD=aes256:secret-password-123

I get the following Error:

System.Data.Odbc.OdbcException: 'ERROR [HY000] file is not a database (26)'

It seems the SEE is not loaded. Adding SEE into the Load Extensions: field gives me the following Error:
2022-03-21_16-16

So how can I load SEE and connect to encrypted database files?
Connecting to none encrypted database files works fine.