DB Tools Delete Data VI
- Updated2024-07-30
- 2 minute(s) read
Deletes data from a database identified by connection reference.

Inputs/Outputs
condition
—
condition specifies an SQL clause that this VI uses to filter the selection criteria. This VI appends this clause to the end of a delete statement. For example, where (col1 > 10). If you wire an empty string to this input, this VI deletes all data from table.
connection reference
—
connection reference specifies a reference to an ADO Connection object.
table
—
table specifies the name of the table whose data you want to delete.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
connection reference out
—
connection reference out returns a reference to an ADO Connection object.
error out
—
error out contains error information. This output provides standard error out functionality. |
condition
—
connection reference
—
error in (no error)
—
connection reference out
—
error out
—