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.


icon

Inputs/Outputs

  • cdlrn.png recordset reference

    recordset reference specifies a reference to an ADO Recordset object.

  • cfxdt.png 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.

  • cdbl.png type

    type specifies the type of data in the column.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • idlrn.png recordset reference out

    recordset reference out returns a reference to an ADO Recordset object.

  • idbl.png data

    data returns the data retrieved from the recordset.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.