Fetch Recordset Data (R).vi
- Updated2024-07-30
- 2 minute(s) read
Retrieves the data in the recordset identified by the recordset reference input. You can convert each element in the array to its native LabVIEW data type using the Database Variant To Data function. Wire data to the reference input to determine the polymorphic instance to use or manually select the instance.

Inputs/Outputs
recordset reference
—
recordset reference specifies a reference to an ADO Recordset object.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
recordset reference out
—
recordset reference out returns a reference to an ADO Recordset object.
recordset data
—
recordset data returns an array of database variants that contains the selected data. Use the Database Variant To Data function to convert this data type to its native LabVIEW data type.
error out
—
error out contains error information. This output provides standard error out functionality. |
recordset reference
—
error in (no error)
—
recordset reference out
—
recordset data
—
error out
—