sqliteodbc icon indicating copy to clipboard operation
sqliteodbc copied to clipboard

How to use encrypted databse file

Open soulflyman opened this issue 3 years ago • 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.

soulflyman avatar Mar 21 '22 15:03 soulflyman