Examples

  1. To display the CONNECT command prompt panel:
      CONNECT ?
  2. To connect to a remote database server with a location name of MIAMI:
      CONNECT TO MIAMI
  3. (VSE only) To change the database user to "QMFADM", having a password of "A12ZDT":
      CONNECT "QMFADM" ( PASSWORD="A12ZDT"
  4. (VSE only) To connect to another location and change the database user:
      CONNECT QMFADM TO MIAMI ( PASSWORD=A12ZDT
[ Previous Page | Next Page | Contents | Index ]