Skip to main content

Activities

The following table lists the activities that are included in the Database activity package.

ActivityDescription
Bulk InsertUpdates a table using Bulk operations using the specific database driver implementation.
Bulk UpdateUpdates a compatible DataTable in an existing Table.
Connect to DatabaseConnects to a database by using a standard connection string.
Disconnect from DatabaseCloses a connection to a database.
InsertInserts a compatible DataTable variable in an existing Table.
Run CommandExecutes an non query statement on a database.
Run QueryExecutes a query on a database and returns the query result in a Datatable.
Start TransactionConnects to a database and features a Sequence which can perform multiple transactions with the database.