Authentication Embedded file
Description
No description available [API reference]
Instructions
Apache Derby embedded from Power BI, SQL Server Linked Server via ZappySys Data Gateway, Crystal Reports, SSRS, Azure Data Factory, and other ODBC tools.
- No server. The database folder is created under
C:\ZappySys\Jdbc\Apache Derby. - Use
EmbeddedDriver(do not leave class blank -- SPI is ambiguous with the client JAR). - Optional: add
;create=true(already in this URL) the first time. - 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) Filled by the wizard after download. Separate multiple JARs with a semicolon (e.g. C:\ZappySys\Jdbc\MyConnector\driver.jar). |
YES |
C:\ZappySys\Jdbc\Apache Derby\derby-10.14.2.0.jar
|
|
|
Name:
Label: Driver class Optional. Leave blank to auto-detect from the JAR unless SPI is ambiguous (e.g. org.apache.derby.jdbc.EmbeddedDriver). |
org.apache.derby.jdbc.EmbeddedDriver
|