Mimer SQL OpenVMS Guide TOC PREV NEXT INDEX

Mimer Developer Site

www.mimer.com/developer


Distributed Files


 

The Mimer SQL distributed files are all located in a directory structure.

Root Directory Files

File Name
Description
 DEFAULTKEY.MCFG
Default Mimer SQL license key.
 MIMSETUP8.COM
Command procedure that defines logical names and installs images, see Setting-up the Mimer SQL Environment.
 VERSION.DAT
Contains the version number of the Mimer SQL distribution.

Documentation Files (MIMDOC8)

File Name
Description
 RELNOTES.PDF
Mimer SQL Release Notes.
 MIMJDBC-n_n.HTML
JDBC usage guide.
 README.TXT
A short description of Mimer SQL and how to get started.
 [.VMSGUIDE]MIM_VMS.htm
The HTML user guide.

Example Files (MIMEXAMPLES8)

File Name
Description
 BLOBSAMP.EC
Example of a program written in embedded C that stores and retrieves binary data.
 CJDATE.SQL
SQL examples.
 CREHOTDB.DAT
Contains SQL commands that create an example database, see the Mimer SQL System Management Handbook.
 DSQL.EC
Embedded C examples that demonstrates the use of dynamic SQL.
 DSQL.H
Header file for the dynamic SQL example.
 DSQLSAMP.C
Main program for the dynamic SQL example.
 EXAMPLE.EC
Very simple embedded C example.
 EXAMPLE.ECO
Very simple embedded COBOL example.
 EXAMPLE.EFO
Very simple embedded FORTRAN example.
 EXAMPLE.JAVA
Java example program using JDBC.
 EXAMPLES.SQL
Text file containing examples of SQL commands. This assumes that the example database is loaded, see the Mimer SQL System Management Handbook.
 FREQCALL.EC
Example of a program written in embedded C that calls a stored procedure.
 FREQCALL.ECO
Same as FREQCALL.EC, but written in COBOL.
 FREQCALL.EFO
Same as FREQCALL.EC, but written in FORTRAN.
 SINGLEDEFS.DAT
Contains a template for database parameters in single-user mode, see the Mimer SQL System Management Handbook.
 SQLHOSTS.DAT
Contains a template for the SQLHOSTS.DAT file.
The actual SQLHOSTS file is pointed to by the MIMER_SQLHOSTS logical name (normally SYS$MANAGER:SQLHOSTS.DAT).
Do not edit this template file.
 WAKECALL.EC
Example of a program written in embedded C that calls a stored procedure.
 WAKECALL.ECO
Same as WAKECALL.EC, but written in COBOL.
 WAKECALL.EFO
Same as WAKECALL.EC, but written in FORTRAN.

Executable Programs (MIMEXE8)

File Name
Description
 BSQL.EXE
Program that executes SQL statements which are entered interactively or read from a command file. It is described in the Mimer SQL User's Manual.
 DBC.EXE
Program that can check if a databank file is internally consistent. It is described in the Mimer SQL System Management Handbook.
 DBOPEN.EXE
Program that opens and restarts all databanks in a database. It is described in the Mimer SQL System Management Handbook.
 DBSERVER.EXE
The database server. Do not start this program directly, use MIMCONTROL to do this.
 ESQL.EXE
Pre-processor for embedded SQL.
 MIMCONTROL.EXE
The MIMCONTROL command, which is used to control database servers,The MIMCONTROL Command.
 MIMINFO.EXE
Program that can display status information for a database server.
 MIMLICENSE.EXE
Application used to administrate the license key(s).
 MIMTCP.EXE
The program executed by the MIMTCP server, see The MIMTCP Server. Do not start this program directly.
 PSMDEBUG.JAR
The PSM Debugger. For more information, see Running the PSM Debugger.
 SDBGEN.EXE
Program used to create the initial Mimer SQL system databank files in a database, described in the Mimer SQL System Management Handbook.
 UTIL.EXE
Utility functions for a database, see the Mimer SQL System Management Handbook.

Library Files (MIMLIB8)

File Name
Description
 LR.OLB
Library with entries for backward compatibility.
 LRU.OLB
Library with entries for backward compatibility.
 MDR.OLB
Library with entries for backward compatibility.
 MIMDB8.EXE
Shareable library image containing the code for the Mimer SQL database client API, see Shared Images.
 MIMDBP8.EXE
Protected shareable library image containing code that performs secure and fast shared memory based communication with local database servers.
 MIMDBS.EXE
Shareable library image containing code for running a Mimer SQL database in single-user mode. This library is mapped in dynamically when required.
 MIMER.CLD
Command definitions for all the executable programs supplied with the Mimer SQL software.
 MIMER.OPT
Options file used for linking Mimer SQL applications.
 MIMJDBC-n_n.JAR
JDBC driver.
 MIMODBC8.EXE
ODBC driver library.



Upright Database Technology AB
Voice: +46 18 780 92 00
Fax: +46 18 780 92 40
dbtechnology@upright.se
Mimer SQL OpenVMS Guide TOC PREV NEXT INDEX