LabVIEW Database Connectivity Toolkit API Reference

DB Tools Drop Table VI

  • Updated2023-02-21
  • 2 minute(s) read

DB Tools Drop Table VI

Owning Palette: Database VIs and Function

Requires: Database Connectivity Toolkit

Deletes the specified table from the database identified by connection reference.

Examples

connection reference specifies a reference to an ADO Connection object.
table is the name of the table in the database to delete.
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.

Examples

Refer to the following VIs for examples of using the DB Tools Drop Table VI:

  • Database Transaction VI: labview\examples\database
  • Sixtypes Insert VI: labview\examples\database
  • Telecommunications Parametric Testing VI: labview\examples\database

Log in to get a better experience