Gets properties of the object as determined by the inputs. This VI works for connections, commands, recordsets, columns, and parameters. Wire data to the reference input to determine the polymorphic instance to use or manually select the instance.


icon

Inputs/Outputs

  • cdlrn.png command reference

    command reference specifies a reference to an ADO Command object.

  • cfxdt.png parameter index

    parameter index specifies either the ordinal index of the parameter or the name of the parameter.

  • 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 command reference out

    command reference out returns a reference to an ADO Command object.

  • icclst.png parameter properties

    parameter properties returns the following properties that define the query parameters.

  • istr.png name

    Name of the parameter This property is read-only.

  • ienum.png SQL data type

    This control is an enum that contains all the data types used in databases. Because each specific database application supports different data types, the options in this control have been condensed and named for the data types as they are represented in the LabVIEW Database Connectivity Toolkit.

  • ienum.png direction

    The direction of the parameter value (Input, Output, Input/Output, or Return value)

  • ierrcodeclst.png error out

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