home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 568a.lha / RexxRMF_v1.1 / README.txt < prev    next >
Text File  |  1991-09-13  |  2KB  |  60 lines

  1.  
  2.   Sept. 1991
  3.  
  4.   RexxRMF.library may be freely distributed and copied.
  5.   
  6.   
  7.   RexxRMF.library provides basic record management/indexing facilities
  8.   using balanced binary trees (these aint B+ trees).  
  9.   If you want/need KEYED file accessing from ARexx this library may 
  10.   fit the bill.  The only constraint is that the files must be small.
  11.   (your memory configuration determines how small)
  12.  
  13.   The record management functions allow for:
  14.          Variable length keys    (512byte max)
  15.          Variable length records (65K max)
  16.          Variable number (65K max) of fields per record
  17.          Mulitple indexes on a single file (max 6 indices)
  18.          Duplicate or Unique keys
  19.          Passing of record data directly to/from ARexx variables. 
  20.  
  21.  
  22.   To see how it works examine and run the examples
  23.   
  24.   copy RexxRMF.library to your LIBS: directory 
  25.   (note caps are important; name just like this --> RexxRMF.library )
  26.   
  27.      addressbook.rexx 
  28.      videorental.rexx 
  29.      readonly.rexx
  30.      test.rexx
  31.  
  32.  
  33.   If you re-distribute this library please dont leaving anything out
  34.   especially the utility programs and their source.
  35.   
  36.    This arc should contain
  37.  
  38.     RexxRMF.library
  39.     RexxRMF.doc
  40.  
  41.     examples listed above and their data files
  42.     
  43.     reloadrmfdata.c    /* Utility Pgms. and source */
  44.     reloadrmfdata
  45.     rebuildrmfindex.c
  46.     rebuildrmfindex
  47.     dumprmfdata.c
  48.     dumprmfdata
  49.     checkrmf.c
  50.     checkrmf
  51.     avl.structs.h
  52.     
  53.     release_info.txt
  54.     readme.txt
  55.  
  56.   I can be reached on PORTAL for bug reports, compliants, and compliments.
  57.  
  58.   Ronnie E. Kelly, (aka WRECK),  Sept. 1991.
  59.   
  60.