Function:
Connects to a database using the connection declared with DBDeclare.
Syntax:
DBConnect <Name of the database connection>
Example:
DBConnect myDatabaseIf not Success Then Message "Unable to connect to the database"Endif