XenoGuard 4.0 Documentation
Database
ActionStep Reference » Windows » Database
With Database you can start connecting to a specified database and perform queries that include creating and selecting a table, inserting or removing a record, and updating table records.
- Create Connection: Initiate a connection to a database
- Create Table: Add a new table into the database
- Select Table: Select data to be displayed from a database table
- Insert Table: Add new records into the database table
- Update Table: Update records in a specified database table
- Delete Table: Remove records from the database table