home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d07xx / d0766.lha / ISAM / ISAMFiles.doc < prev    next >
Text File  |  1992-11-21  |  3KB  |  71 lines

  1.  
  2.                              FILES FOR ISAM V1.01
  3.                              --------------------
  4.  
  5. The files in this release of ISAM are composed of one directory and several
  6. subdirectories:
  7.  
  8.   ISAM1 is the main directory, and contains the following files:
  9.  
  10.     ISAM              the ISAM server.
  11.     ISAM.info         the Workbench Icon for ISAM.
  12.     ISAMShutDown      a program to shut down the isam server.
  13.     ISAMShutDown.info the Workbench Icon for ISAMShutDown.
  14.    *isam.library      the ISAM resident library.
  15.    *ISAMStub.lib      the ISAM stub link-library (if can't use #pragma's)
  16.    *ISAMLib.fd        the fd (function description) file for the library
  17.    *ISAMLibPragmas.h  the #pragma file for the library 
  18.     ISAMLibPROTO.c    C-language prototype file
  19.     ISAMLibPROTOnn.c  C-language prototype file (no parameter names)
  20.     ISAMErrDefs.c     C-language error #defines
  21.     ISAM.doc          the ISAM documentation
  22.     ISAM.AutoDocs     AutoDocs for the ISAM functions
  23.     ISAMErrors.doc    additional documentation re: error messages.
  24.     ISAMFiles.doc     this file
  25.     ISAM.ReadMe       an introduction to ISAM
  26.     ISAM.ISAMChanges  changes to ISAM since version 1.00
  27.   **HowToRegister     instructions for how to register
  28.   **Registration      a registration form to print and fill out
  29.  
  30.      (*  new for release 1.01  )
  31.      (** shareware version only)
  32.  
  33.  
  34.   ISAM1/c is the Command subdirectory, and contains the following commands:
  35.  
  36.     CreateISAMFile   - Create an ISAM file, from the descr. in a Specs. File
  37.     DeleteISAMFile   - Delete an ISAM file.
  38.     ReIndexISAMFile  - ReCreate an ISAM file, if the index file is lost/corrupt
  39.     ISAMFileReport   - Info about an ISAM file.
  40.     ISAMPresent      - Is the ISAM server running?
  41.     ISAMWhy          - What does this ISAM error number mean?
  42.     ReportISAMStatus - How many users are there? What files are open? etc.
  43.     SeqToISAM        - Turn a record-sequential file into an ISAM data file.
  44.  
  45.  
  46.   ISAM1/examples is the examples subdirectory, and contains the following files:
  47.  
  48.     offsetof
  49.     offsetof.c    a C-language runfile and source file demonstating "offsetof()"
  50.  
  51.     fileconvert.c a C-language program template re: ISAM file conversion.
  52.  
  53.     test          an example program that shows usage of most ISAM functions
  54.                   in manipulating the sample ISAM file "Employee".
  55.     test.c        the C-language source code for test.
  56.  
  57.     books         an example application that keeps track of the books you own.
  58.                   (contains eight keys!)
  59.     books.c       the C-language source code for books.
  60.  
  61.  
  62.   ISAM/data is the data subdirectory, and contains the following files:
  63.  
  64.     Employee.specs  the specs file for the Employee record in "test" (above).
  65.     Employee.data   the Employee ISAM data file.
  66.     Employee.index  the Employee ISAM index file.
  67.  
  68.     Book.specs      the specs file for the Book record in "books" (above).
  69.     Book.data       the Book ISAM data file.
  70.     Book.index      the Book ISAM index file.
  71.