Database Object
Description
This action component allows you to connect to a database by using a connection string.
Input Properties
- Connection String (String) -The connection string used to establish a database connection.
- Provider Name (Dropdown) -The name of the database provider used to access the database.
- Input Db Object (IDatabaseObject) -Input database connection object
Output Properties
- Result (IDatabaseObject) – The database connection object as IDatabaseObject variable.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.