

The odbc_install.exe adds a default DSN configuration into the ODBC registries with a default database :memory. Windows administrator privileges is required, in case of a non-administrator a User Account Control shall display: Inside the permanent directory (e.g., duckdb_odbc), double-click on the odbc_install.exe.

It depends on the Odbccp32.dll that provides functions to configure the ODBC registry entries. The odbc_install.exe aids the configuration of the DuckDB ODBC Driver on Windows. Unzip duckdb_odbc-linux-amd64.zip -d duckdb_odbc Unzip the file to a permanent directory (e.g., duckdb_odbc).Īn example with PowerShell and unzip command would be: mkdir duckdb_odbc Odbc_install.exe: a installation script to aid the configuration on Windows.

For Windows, download it from Windows Asset that contains the following artifacts:ĭuckdb_odbc.dll: the DuckDB driver compiled for Windows.ĭuckdb_odbc_setup.dll: a setup DLL used by the Windows ODBC Data Source Administrator tool. Step 1: Download ODBC DriverĭuckDB releases the ODBC driver as asset. The DM on Windows is provided in a DLL file Odbccp32.dll, and other files and tools.įor detailed information checkout out the Common ODBC Component Files. The Microsoft Windows requires an ODBC Driver Manager to manage communication between applications and the ODBC drivers. Windows ODBC Driver Manager: Odbccp32.dll
