Order of precedence for database user specification
Database user login can be specified with different methods, as show in this table. Precedence order if defined from top to bottom:
Connection Instruction | FGLPROFILE | Effect |
---|---|---|
|
N/A (ignored) | The user information
in the Connection string can also be used with |
|
No specific dbi.* entry |
No user login and password is provided to the database server. Usually, the Operating System authentication takes place. |
|
|
Callback function fx is
called to get user name and password when connection instruction is
executed. |
|
|
The FGLPROFILE default user name and password are used to connect to the database server. Important: NOT RECOMMENDED IN PRODUCTION!
|