System-default database parameters
The database server obtains values for the system-default database parameters from the execution environment of the client LIBMI application. When you use system-default database parameters, you enable your application to be portable across client/server environments. However, you must ensure that the client/server environment is correctly initialized to provide the system-default values.
The following table shows the system-default database
parameters that the database server uses to open a database.
System-default database parameter | System-default value |
---|---|
Database name | None |
User-account name | Account name of user that invoked the client LIBMI application |
Account password | Account password of user that invoked the client LIBMI application |
The system-default database parameters provide database information for all connections made within a client LIBMI application unless you explicitly override them within the application.