Action | Description |
---|---|
Execute | Executes the supported parameters and properties. |
Action | Parameter | Description |
---|---|---|
Execute | SourceMessage | Name of the source message for the invoker. The body of the message must contain the WebRowSet statement as the input for the update. |
TargetMessage | Optional name of the target message for the invoker If specified and the target supports BatchResponse, the BatchResponse is returned in the message body. |
Action | Property | Description |
---|---|---|
Execute | TargetType | Multimode target type. |
Execute | TargetServer | Target server host name. |
Execute | TargetDatabase | Database updated by the invoker. |
Execute | TargetTable | Name of table where update is applied. |
Execute | Username | User ID to access the target database. The connection is limited to the access rights of the user ID that you enter. |
Execute | Password | Password to access the target database |
Execute | UpdateKeys | Field names in the target table to use as the keys for the update. Required for MODIFY and DELETE. If you specify multiple field names, use commas to separate them. UpdateKeys are also known as ActionKeys. |