LabVIEW Database Connectivity Toolkit API Reference

DB Tools Fetch Next Recordset VI

  • Updated2023-02-21
  • 2 minute(s) read

DB Tools Fetch Next Recordset VI

Owning Palette: Advanced VIs

Requires: Database Connectivity Toolkit

Retrieves the next recordset in a multi-recordset query identified by recordset reference. When the current recordset is no longer available, the recordset reference is redirected to the new recordset. Wire data to the reference input to determine the polymorphic instance to use or manually select the instance.

Fetch Next Recordset (R)

recordset reference specifies a reference to an ADO Recordset object.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
recordset reference out returns a reference to an ADO Recordset object.
error out contains error information. This output provides standard error out functionality.

Fetch Next Recordset (CR)

command-recordset reference specifies a reference that combines an ADO Command object and an ADO Recordset object.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
command-recordset reference out returns a reference that combines an ADO Command object and an ADO Recordset object.
error out contains error information. This output provides standard error out functionality.

Log in to get a better experience