Deletes data from a database identified by connection reference.


icon

Inputs/Outputs

  • cstr.png 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.

  • cdlrn.png connection reference

    connection reference specifies a reference to an ADO Connection object.

  • cstr.png table

    table specifies the name of the table whose data you want to delete.

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

    connection reference out returns a reference to an ADO Connection object.

  • ierrcodeclst.png error out

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