|
|
Accessing in Single-user Mode
Mimer SQL applications that connect to a local database server when single-user access is indicated, will dynamically include a shared library when activated. This library holds all the functionality that normally is provided by the database server program.
Example
The following example session first connects to the INVENTORY database in single-user mode and then connects to the STAFF database, administered by a running database server process.
On Windows:
C:\> SET MIMER_DATABASE=INVENTORY C:\> SET MIMER_MODE=SINGLE C:\> BSQL SQL> . SQL> . SQL> exit; C:\> SET MIMER_MODE= C:\> SET MIMER_DATABASE=STAFF C:\> BSQL SQL> . SQL> . SQL> exit;
|
Mimer Information Technology AB Voice: +46 18 780 92 00 Fax: +46 18 780 92 40 info@mimer.se |
|
|