DB Tools Create Table VI
- Updated2024-07-30
- 3 minute(s) read
Creates a new table in the database identified by connection reference. The table and column information inputs describe the name of the table and the properties of each column in the table, respectively.

Inputs/Outputs
primary key (-1)
—
primary key specifies the column that is going to be the primary key for the table. The default is -1, which means the table does not have a primary key.
connection reference
—
connection reference specifies a reference to an ADO Connection object.
table
—
table is the name of the table in the database to create.
column information
—
column information specifies an array of clusters that describe each column to be created.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
use file? (F)
—
use file? specifies whether to use a user-supplied file to determine native database types. The default is FALSE.
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. |
primary key (-1)
—
connection reference
—
table
—
column information
—
data type
—
allow null?
—
error in (no error)
—
connection reference out
—
error out
—