DB Tools List Columns VI
- Updated2024-07-30
- 2 minute(s) read
Lists the columns present in table. The column information includes the name, the data type, and the defined size of the column.

Inputs/Outputs
connection reference
—
connection reference specifies a reference to an ADO Connection object.
table
—
table specifies the name of the table to search.
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.
column information
—
column information returns an array containing information about the columns in the database table.
columns
—
columns returns an array of strings containing the names of each column in a database table.
error out
—
error out contains error information. This output provides standard error out functionality. |
connection reference
—
table
—
error in (no error)
—
connection reference out
—
column information
—
name
—
database data type
—
defined size
—
columns
—
error out
—