DBConnect

Function:

Connects to a database using the connection declared with DBDeclare.

Syntax:

DBConnect <Name of the database connection>

Example:

DBConnect myDatabase
If not Success Then
Message "Unable to connect to the database"
Endif