Database Open
Opens the required database, including any necessary permissions and security options.
Database Execute
Defines a SQL query to either read matching records from the database or to write data to the database. Up to 6 fields can be defined to be returned in matching database records.
Database Get Data
Selects the current record from the matches returned by the preceding Database Execute action. The record fields are then placed into Voicemail pro variables DBD[0] to DBD[5]. The Database Get Data allows selection of the first, next, previous or last record.
Database Close
Closes the database connection. This also occurs automatically if the caller disconnects.