SAP ASE Export

Export data to an SAP ASE database.

Properties

NameType
engineString=tds:export
connectionObject
tableString
schemaObject

engine

Must be tds:export.

Required
Yes

connection

The SQL connection parameters.

Required
Yes

Properties

NameType
hostString
databaseString
userString
passwordString

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

table

The name of the SAP ASE table.

Required
Yes

schema

Define a schema for the data.

Required
Yes