Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use encrypted databse file #11

Open
soulflyman opened this issue Mar 21, 2022 · 0 comments
Open

How to use encrypted databse file #11

soulflyman opened this issue Mar 21, 2022 · 0 comments

Comments

@soulflyman
Copy link

soulflyman commented Mar 21, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant