
5 Database Utilities
Authorizing to the database server
In order to connect to a HP 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".
HP Eloquence Database Manual - 25 NOV 1997