Synopsis
This operator writes a data set to an Access database.
Description
This operator writes a data set to a Microsoft Access database using the JDBC-ODBC-Bridge.
Input
- input: expects: ExampleSet
Output
- through:
Parameters
- database file: The mdb file containing the Access database which should be written to.
- username: The username for the Access database.
- password: The password for the database.
- table name: The name of the table within the Access database to which the data set should be written.
- overwrite mode: Indicates if an existing table should be overwritten or if data should be appended.