DB Tools List Tables VI
- Updated2024-07-30
- 2 minute(s) read
Lists the tables in the database identified by connection reference.

Inputs/Outputs
connection reference
—
connection reference specifies a reference to an ADO Connection object.
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.
tables
—
tables returns an array of table names found in the database.
error out
—
error out contains error information. This output provides standard error out functionality. |
connection reference
—
error in (no error)
—
connection reference out
—
tables
—
error out
—