5 Database Utilities
Authorizing to the database server
In order to connect to a Eloquence database server, authorization information must be provided.
LOGON "user" [PASSWORD "password"];
- user
- The user name.
- password
- The password associated with the user. The password is case sensitive.
For example:
LOGON "dba" PASSWORD "secret";
This specifies to connect as user "dba" using the password "secret".
Eloquence Database Manual - 19 DEC 2002