activities
latest
false
- Overview
- Cryptography
- Database
- Java
- Python
- WebAPI
Activities
Developer Activities
Last updated Oct 22, 2024
Activities
The following table lists the activities that are included in the Database activity package.
Activity | Description |
---|---|
Bulk Insert | Updates a table using Bulk operations using the specific database driver implementation. |
Bulk Update | Updates a compatible DataTable in an existing Table. |
Connect to Database | Connects to a database by using a standard connection string. |
Disconnect from Database | Closes a connection to a database. |
Insert | Inserts a compatible DataTable variable in an existing Table. |
Run Command | Executes an non query statement on a database. |
Run Query | Executes a query on a database and returns the query result in a Datatable. |
Start Transaction | Connects to a database and features a Sequence which can perform multiple transactions with the database. |