Authentication Local DuckDB file
Description
No description available [API reference]
Instructions
Persistent DuckDB file from Power BI, SQL Server Linked Server via ZappySys Data Gateway, Crystal Reports, SSRS, Azure Data Factory, and other ODBC tools.
- The wizard still downloads the JDBC JAR (and Titanic sample) into
C:\ZappySys\Jdbc\DuckDB (Parquet). - After Finish, point the JDBC URL at your
.duckdbfile if you do not wantmydb.duckdb. - You can still query Parquet with
SELECT * FROM 'C:\ZappySys\Jdbc\DuckDB (Parquet)\titanic.parquet'. - Finish the wizard. Then click Test Connection on the DSN Main UI (the wizard does not run Test Connection).
- Done. You can query from C#, Python, PowerShell, and ODBC apps.
Parameters
| Parameter | Required | Default value | Options |
|---|---|---|---|
|
Name:
Label: JDBC driver file(s) Path to the DuckDB JDBC JAR on disk. Separate multiple JARs with a semicolon (e.g. C:\ZappySys\Jdbc\MyConnector\driver.jar). |
YES |
C:\ZappySys\Jdbc\DuckDB (Parquet)\duckdb_jdbc-1.4.5.0.jar
|
|
|
Name:
Label: Driver class Optional. Leave blank to auto-detect from the JAR (e.g. org.duckdb.DuckDBDriver). |
org.duckdb.DuckDBDriver
|