Authentication Client/server
Description
No description available [API reference]
Instructions
Apache Derby network server from Power BI, SQL Server Linked Server via ZappySys Data Gateway, Crystal Reports, SSRS, Azure Data Factory, and other ODBC tools.
- Start Network Server (default port
1527) or use an existing one. - Create a database user if authentication is on. Lab often uses a simple user/password.
- Seed Driver class as
ClientDriver(SPI can also load EmbeddedDriver). - After Finish, replace the host (e.g. MyHostName) and database name (e.g. MyDatabase) on the DSN Main UI.
- 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\derbyclient-10.14.2.0.jar
|
|
|
Name:
Label: Host JDBC host name or IP (e.g. MyHostName). |
YES |
MyHostName
|
|
|
Name:
Label: TCP port JDBC port (e.g. 1527). |
YES |
1527
|
|
|
Name:
Label: Driver class Optional. Leave blank to auto-detect from the JAR unless SPI is ambiguous (e.g. org.apache.derby.jdbc.ClientDriver). |
org.apache.derby.jdbc.ClientDriver
|
||
|
Name:
Label: Database name Database, schema, or catalog name (e.g. MyDatabase). |
MyDatabase
|
||
|
Name:
Label: User name Database user. Leave empty if the server allows anonymous JDBC. |
|||
|
Name:
Label: Password Database password. Leave empty if none. |