How to use encrypted databse file
soulflyman opened this issue · 0 comments
soulflyman commented
Hi, I have an encrypted Database file and want to use it with your SQLite ODBC driver.
I configured a System DSN as followed:
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:
So how can I load SEE and connect to encrypted database files?
Connecting to none encrypted database files works fine.