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

Using DSN with SQLDriverConnect does not use the DSN settings #48

Open
Wonixen opened this issue Dec 27, 2024 · 0 comments
Open

Using DSN with SQLDriverConnect does not use the DSN settings #48

Wonixen opened this issue Dec 27, 2024 · 0 comments

Comments

@Wonixen
Copy link

Wonixen commented Dec 27, 2024

I have a DSN MyDuckDb where I have 4 keys:
database -> "c:\dataPath\myDuckDb.ddb"
driver -> "C:\Windows\System32\duckdb_odbc.dll"
debug_window_mode -> "window"
debug_skip_checkpoint_on_commit -> "yes"

when using SQLDriverConnect I use: "DSN=MyDuckDb", but it always connect to :memory:, and does not take into account the other two settings: debug_window_mode and debug_skip_checkpoint_on_commit.

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