Creates a structured SQL query statement that accepts a value or array of values.
A Boolean value that determines whether to use an SQL query or a stored procedure name for automatic parameter detection.
Reference to an ADO Connection object. Connection objects represent a connection with a data source, including methods to open and close a connection with a database, which database to connect with, and the level of isolation for database transactions.
Parameterized SQL statement or stored procedure name used to access a database. Use parameterized statements to simplify queries by requiring only the entry of particular chosen values by the user. They minimize re-use of SQL code and can be effective against security vulnerabilities such as injection attacks.
Specifies the parameter properties such as name and data type.
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Default: No error
A Boolean value that indicates whether the query is a stored procedure call.
Error information.
The node produces this output according to standard error behavior.
Standard Error Behavior
Many nodes provide an error in input and an error out output so that the node can respond to and communicate errors that occur while code is running. The value of error in specifies whether an error occurred before the node runs. Most nodes respond to values of error in in a standard, predictable way.
Array of clusters of parameter properties.
Reference to an ADO Command object. Use a Command object to query a database, return records, execute bulk operations, and manipulate data within a database.
Where This Node Can Run:
Desktop OS: Windows
FPGA: Not supported
Web Server: Not supported in VIs that run in a web application