You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: