Write data to a connected database.
-
Connect to a database using the
Open Connection
node.
-
Insert an
Insert Data
node. To create a new table, connect a True
constant
to the
create table?
input. To add data to existing tables and columns, connect
string
or
string array
constants representing table and column names to the
table
and
columns
inputs.
Customize the gray sections for your unique programming goals.
-
Connect a
variant
or
variant array
to the
data
input. This data will be written to the database,
-
Place a
Close Connection
node to close the connection with a database.