tOleDbOutput
Executes the action defined on the table and/or on the data contained in the table,
based on the flow incoming from the preceding component in the Job.
This component writes, updates, makes changes or suppresses entries in a
database.
tOleDbOutput Standard properties
These properties are used to configure tOleDbOutput running in the Standard Job framework.
The Standard
tOleDbOutput component belongs to the Databases family.
The component in this framework is generally available.
Basic settings
|
Database |
Enter the connection string used to open the database. For details, please see http://msdn.microsoft.com/en-us/library/system.data.oledb.oledbconnection.connectionstring.aspx. |
|
Table |
Specify the name of the table to be written. Note that only one table can be written at |
|
Action on data |
Select one of the following actions that you want to perform on the data from the
drop-down list.
Warning:
It is necessary to specify at least one Note:
The dynamic schema feature can be used in the |
|
Clear data in table |
Select this check box to delete data in the defined table before any operation. |
|
Schema and Edit |
A schema is a row description. It defines the number of fields (columns) to |
|
|
Built-In: You create and store the |
|
|
Repository: You have already created |
|
Click Edit schema to make changes to the schema.
|
Advanced settings
|
Additional columns |
This option allows you to call SQL functions to perform actions on columns, provided
This option is not available if you have just created the DB table |
|
Use field options |
Select this check box to customize a request, especially if multiple actions are being |
|
Field options |
Select the check box(es) in the table if you want to use the
This field appears only when the Use field |
|
Enable debug mode |
Select this check box to display each step involved in the process |
|
tStatCatcher Statistics |
Select this check box to collect log data at the component |
Global Variables
|
Global Variables |
NB_LINE: the number of rows processed. This is an After
NB_LINE_UPDATED: the number of rows updated. This is an
NB_LINE_INSERTED: the number of rows inserted. This is an
NB_LINE_DELETED: the number of rows deleted. This is an
NB_LINE_REJECTED: the number of rows rejected. This is an
QUERY: the query statement processed. This is an After
ERROR_MESSAGE: the error message generated by the A Flow variable functions during the execution of a component while an After variable To fill up a field or expression with a variable, press Ctrl + For further information about variables, see |
Usage
|
Usage rule |
This component is normally an end component of a Job and always needs an input |
Related scenario
For similar scenarios, see tMysqlOutput.