Move To Record N (CR).vi
- Updated2024-07-30
- 2 minute(s) read
Moves the cursor to point to record n in the recordset. To move the cursor to the last record, set n to -1. You cannot use this VI with a forward-only cursor. Wire data to the reference input to determine the polymorphic instance to use or manually select the instance.

Inputs/Outputs
command-recordset reference
—
command-recordset reference specifies a reference that combines an ADO Command object and an ADO Recordset object.
n (0)
—
n specifies to which recordset to move the cursor. To move the cursor to point to the last record, set n to -1.
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 out
—
command-recordset reference out 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. |
command-recordset reference
—
n (0)
—
error in (no error)
—
command-recordset reference out
—
error out
—