Integer (R)
- Updated2024-07-30
- 2 minute(s) read
Retrieves the data located at the column index of the current record in the recordset identified by the recordset reference. The column index can be either the zero-indexed position of the column in the recordset or the name of the column. Wire data to the type 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.
column index
—
column index specifies the column from which to retrieve the data. column index can be either an integer, which represents the column position in the table (zero-indexed), or a string, which identifies the column by its name.
type
—
type specifies the type of data in the column.
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.
data
—
data returns the data retrieved from the recordset.
error out
—
error out contains error information. This output provides standard error out functionality. |
recordset reference
—
column index
—
type
—
error in (no error)
—
recordset reference out
—
data
—
error out
—