SAP ASE Query
Query an SAP ASE database.
Properties
Name | Type | |
---|---|---|
engine | String=tds:query | |
connection | Object | |
query | String | |
schema | Object |
engine
Must be tds:query
.
- Required
- Yes
connection
The SQL connection parameters.
- Required
- Yes
Properties
Name | Type | |
---|---|---|
host | String | |
database | String | |
user | String | |
password | String |
connection.host
The network address of the SAP ASE server e.g. `db.example.com:3306`.
- Required
- Yes
connection.database
The name of the SAP ASE database.
- Required
- Yes
connection.user
The username to authenticate to SAP ASE.
- Required
- Yes
connection.password
The password to authenticate to SAP ASE.
- Required
- Yes
query
The SQL query to retrieve the data.
- Required
- Yes
schema
Define the schema of the data, entering the field name returned by the SQL query into `Source`.
- Required
- Yes