Action group: Databases
Closes the connection to the database.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
DB context | Connection context to the selected database | Robin.DbContext | Database context | Yes |
None.
Connect to MsSqlServer database and run the query and close the connection.
SELECT * FROM Table1 ORDER BY id ASC; |
Use the actions "Connect Standard Db", "Execute Sql Statement", "Disconnect Db".
The program robot completed successfully. The request to the database has been executed. Connection is closed.