home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d593 / analyrim.lha / AnalyRim / DBMSdocs.zoo / Readme.First < prev    next >
Text File  |  1992-01-05  |  2KB  |  43 lines

  1. AnalyRIM as currently linked requires a chunk of contiguous memory of about
  2. 750K bytes for the main program (which can be fast memory) and about 32KB
  3. of chip memory. (Actual figures are 745K and 32K VERY nearly). Thus a system
  4. to run it should have at least 1MB contiguous memory of some sort, and 
  5. a 1MB system may not be able to handle it, even if the 1MB is all contiguous
  6. chip RAM.
  7.  
  8.    In using AnalyRIM, you may find that access to the straight RIM-5
  9. DBMS will be useful. Some kludges for terminal I/O exist in "CMDRIM"
  10. mode so that the "normal" RIM-5 might be more pleasant for entering
  11. DBMS schema. The two systems will interoperate. You can of course
  12. use the RIM input and output statements to change input and output
  13. to separate con: windows, but this may prove difficult to use.
  14.  
  15.    You can leave the system stack set at the default 4K for AnalyRIM.
  16.    Note finally that the RIM DBMS is rather like an editor in some respects.
  17. Notably, it caches some data in memory. If you perform operations in
  18. the CMDRIM command mode, be sure to issue a CLOSE command to write the
  19. data out to disk before using the proram interface (e.g. cmdopen, etc.)
  20. or you will wipe out the memory cache and lose your updates. The effect
  21. is rather like telling an editor to reread your input file from disk
  22. without writing your changes out first. If you use the CLOSE command
  23. to the R> input (or the EXIT command, which does a close), then any
  24. new opens done by program interface will function as expected. If you
  25. just use the RETURN command, some changes can be lost.
  26.  
  27.  
  28.     PLEASE read the manuals in the ZOO archive on the distribution disk
  29. for AnalyRIM sources and docs before attempting to use AnalyRIM heavily.
  30. You will save much confusion. A cheat-sheet is provided on this disk to
  31. remind you of some command and function definitions, but you need to
  32. look over the manual first to fill in some important points.
  33.  
  34.     AnalyRIM exists for VMS, AmigaDos, and Unix currently. AnalytiCalc
  35. exists in addition for RSX, RSTS, and MSDOS, but these systems' memory
  36. is too constrained to allow AnalyRIM to be attempted on those platforms.
  37. The AnalyRIM sources are rather portable, however, and anyone porting
  38. the program to other platforms is urged to send a copy to the author:
  39. Glenn Everhart
  40. 25 Sleigh Ride Rd.
  41. Glen Mills, PA 19342
  42. (Everhart@arisia.dnet.ge.com currently)
  43.