SELECT.SQL
Selects content from a database via SQL-script.
Properties
From | Must contain (or reference) a connection string, in one of the following ways:
|
To | Name of the Output Data Source. |
Script | The SQL script code used to query the database. The script-code can also be defined dynamically by including parameter references. The parameter values are evaluated in the same way as the script method { 9.16 Method: FillTemplate ( … ) }. |
Parameters
@CommandTimeOut | If unspecified the default value is 30 secs. Setting this value to e.g. 10 does not mean that the query will time out after 10 secs if it is not completed. It may actually run for much longer. Only if the client has not received any feedback within the timeout period will it time-out. |
@Filter | Filter the result of the selected data. See Command Maps & Parameters for more information. |
@Order | Order the result of the selected data. See Command Maps & Parameters for more information. |
Map
This Command does not use any value mappings.
- 1 Properties
- 2 Parameters
- 3 Map