The name of the table to insert data into.
The ODBC output engine adds information to the database by running the query:
INSERT INTO tablename(columns) VALUES values
where
tablename
is the table name you set using TableName.columns
(optional) are the columns specified by Columns.values
are generated by the XSL template specified by XSLTemplate.Type: | String |
Default: | |
Required: | Yes |
Configuration Section: | TaskName |
Example: | TableName=MyTable
|
See Also: |
|