Command
- Updated2024-07-30
- 2 minute(s) read
Executes an SQL query and returns a recordset reference that you must eventually free with the DB Tools Free Object VI. Wire data to the reference input to determine the polymorphic instance to use or manually select the instance.

Inputs/Outputs
cache size (1)
—
cache size specifies the number of records to store in local memory. After you retrieve the number of records in local memory and you request the next record, the current set of records is discarded from local memory and the next set are retrieved into local memory. The default is 1.
command reference
—
command reference specifies a reference to an ADO Command object.
cursor type
—
cursor type specifies the method for navigating the recordset. Some providers and/or databases do not support all cursors.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
command-recordset reference
—
command-recordset reference returns a reference that combines an ADO Command object and an ADO Recordset object.
error out
—
error out contains error information. This output provides standard error out functionality. |
cache size (1)
—
command reference
—
cursor type
—
error in (no error)
—
command-recordset reference
—
error out
—