![]() | Download Help (Windows Only) |
Owning Palette: Utility VIs
Requires: Database Connectivity Toolkit
Begins, commits, or rolls back a transaction for any type of reference. Wire data to the reference input to determine the polymorphic instance to use or manually select the instance.
Use the pull-down menu to select an instance of this VI.
![]() | connection reference specifies a reference to an ADO Connection object. | ||||||||||
![]() | operation specifies the operation you want to perform on the transaction.
| ||||||||||
![]() | isolation level specifies the isolation level used for the transaction. You only need to set isolation level if other transactions might be pending at this same time.
| ||||||||||
![]() | 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 reference specifies a reference to an ADO Command object. | ||||||||||
![]() | operation specifies the operation you want to perform on the transaction.
| ||||||||||
![]() | isolation level specifies the isolation level used for the transaction. You only need to set isolation level if other transactions might be pending at this same time.
| ||||||||||
![]() | 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. |
![]() | command-recordset reference specifies a reference that combines an ADO Command object and an ADO Recordset object. | ||||||||||
![]() | operation specifies the operation you want to perform on the transaction.
| ||||||||||
![]() | isolation level specifies the isolation level used for the transaction. You only need to set isolation level if other transactions might be pending at this same time.
| ||||||||||
![]() | 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. |
Refer to the Database Transaction VI in the labview\examples\database directory for an example of using the DB Tools Database Transaction VI.
Helpful
Not Helpful