A connection to a database can be made using the syntax:
```
local log on connection "<DATABASENAME>" user "<LOGONCODE>" encryptedpassword "<ENCRYPTEDPASSWORD>" silent
```
where the database name consists of the group name, a back slash and the database name.