Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This statement allows a program to connect to several databases at a time which can be located on different servers and be of different types. It can be used to specify only the runtime database connections. The syntaxis of this statement is as follows:

CONNECT TOImage Modified


Database = the name of the database to connect to

...

Use this statement to open a database which will become the default database and the current database. It can be used if the application needs to connect to one database at a time. The syntaxis of this statement is as follows:

DATABASEImage Modified


Database Name = the name of the database

...