DB Tools Set Properties VI
- Updated2023-02-21
- 7 minute(s) read
DB Tools Set Properties VI
Owning Palette: Utility VIs
Requires: Database Connectivity Toolkit
Sets properties on the object as determined by the inputs. Wire data to the reference and properties inputs to determine the polymorphic instance to use or manually select the instance.
Connection

![]() |
connection reference specifies a reference to an ADO Connection object. | ||||||||
![]() |
connection properties contains the following properties that define the database connection.
| ||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||
![]() |
connection reference out returns a reference to an ADO Connection object. | ||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
Command (CR)

![]() |
command-recordset reference specifies a reference that combines an ADO Command object and an ADO Recordset object. | ||||||
![]() |
command properties specifies the following properties that define the most recent SQL query.
| ||||||
![]() |
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. |
Parameter (CR)

![]() |
command-recordset reference specifies a reference that combines an ADO Command object and an ADO Recordset object. | ||||||||||||||||||||||||||
![]() |
parameter index specifies either the ordinal index of the parameter or the name of the parameter. | ||||||||||||||||||||||||||
![]() |
parameter properties contains the following properties that define the query parameters.
| ||||||||||||||||||||||||||
![]() |
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. |
Command (C)

![]() |
command reference specifies a reference to an ADO Command object. | ||||||
![]() |
command properties specifies the following properties that define the most recent SQL query.
| ||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||
![]() |
command reference out returns a reference to an ADO Command object. | ||||||
![]() |
error out contains error information. This output provides standard error out functionality. |
Parameter (C)

![]() |
command reference specifies a reference to an ADO Command object. | ||||||||||||||||||||||||||
![]() |
parameter index specifies either the ordinal index of the parameter or the name of the parameter. | ||||||||||||||||||||||||||
![]() |
parameter properties contains the following properties that define the query parameters.
| ||||||||||||||||||||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||||||||||||||||||||
![]() |
command reference out returns a reference to an ADO Command object. | ||||||||||||||||||||||||||
![]() |
error out contains error information. This output provides standard error out functionality. |








