Variable
|
Explanation
|
MIMER_DATABASE
|
Used to point out which database to access. If not set, the default database, set in /etc/sqlhosts, is used.
|
MIMER_EXTEND
|
Used to change the number of pages to allocate when dynamically extending a databank file.
If not set, the default is 128 pages (each of 2048 bytes). The variable must be set for the process starting the dbserver program.
|
MIMER_HISTLINES
|
Used to change the number of command lines to be stored in the recorded history for a BSQL session.
If not set, the default is 23.
|
MIMER_HOME
|
Used on HP-UX when dynamically loading the Mimer single-user shared library.
|
MIMER_KEYFILE
|
If set, the given string is treated as the name of the license key file (overriding the /etc/mimerkey file).
|
MIMER_MAXASYNC
|
Used to change the number of asynchronous I/Os allowed to be operating at the same time.
If not set, the default is 40. The maximum limit is 128.
This variable must be set for the process starting the dbserver program.
Note: Does not apply to Linux.
|
MIMER_MODE
|
Used to indicate the mode for which the database should be accessed, that is, 'SINGLE' or 'MULTI'.
Use single mode if accessing a database for which the dbserver program is not started. If not set, 'MULTI' is assumed.
|
MIMER_NOEDIT
|
If set, the command line editing package for a BSQL session is disabled.
|
MIMER_ODBCINI
|
If set, the given string is treated as the name of the file for ODBC Data Source lookup.
If not set, and if ODBCINI is not set, the home directory is searched for the .odbc.ini file (using the HOME environment variable).
|
MIMER_PATH
|
Used when searching for sequential files, that is, ordinary text files (not databank files).
|