home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / DOS / DATABASE / DBM112 / README < prev    next >
Text File  |  1995-05-01  |  4KB  |  125 lines

  1.  
  2.  
  3.  ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
  4.  ▒                                   ▒▓
  5.  ▒ DBM - database manager   ver 1.12 ▒▓
  6.  ▒                                   ▒▓
  7.  ▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▓
  8.   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
  9.  
  10.  
  11.  ┌────────────────┐
  12.  │ MAIN FEATURES: │
  13.  └────────────────┘
  14.  
  15.    ■  mouse support, and 25/43/50 x 80/132 screen displays
  16.    ■  edit/view in page(s)-per-record mode, with user-defined format
  17.    ■  edit/view in traditional row-per-record mode
  18.    ■  edit/view record in column mode
  19.    ■  input via translation maps
  20.    ■  set/make indexes, filters and relations
  21.    ■  create/merge/convert database files
  22.    ■  conversion between database and text, that protects memos
  23.    ■  execute user-defined action tasks such as printing etc
  24.    ■  perform user-defined business transaction interface
  25.    ■  allow cutdown on edit/view power to suit end user
  26.    ■  command line initialisation of database, index etc
  27.  
  28.  
  29.  ┌────────┐
  30.  │ FILES: │
  31.  └────────┘
  32.  
  33.    DBM112.ZIP contains the following files
  34.  
  35.    readme       -   this file
  36.    dbm.exe      -   database manager
  37.    dbm.ovl      -   must be kept with dbm.exe
  38.    dbm.hlp      -   help file for database manager
  39.    dbm.doc      -   document on dbm.exe
  40.    demo.bat     -   a demo for command line options
  41.    readme.bat   -   show readme via dbm.exe
  42.  
  43.    iron.com     -   iron any of four options to dbm.exe
  44.    screen.com   -   set screen for VGA to 132x25 or 132x43 display
  45.  
  46.    stock.dbf    -   example database for stock
  47.    stock.dbm    -   screen format database file
  48.    stock.dbp    -   print design database file
  49.    stock@@@.dbf -   database file to store invoices
  50.    stock_m1.dbp -   another print design for stock
  51.    stock_m2.dbp -   print design for other purposes
  52.    stock.hlp    -   helpfile for using stock.*
  53.    taxclass.map -   map database file used by stock.dbm
  54.  
  55.    addr.dbf     -   example database for address
  56.    addr.dbt     -   companion of addr.dbf
  57.    addr.dbm     -   format file for address
  58.    addr_1.dbm   -   another format for address, with direct
  59.                     display of memo field
  60.    addr_2.dbm   -   a variation of addr_1.dbm
  61.    addr132.dbm  -   format file for 132x25 screen display
  62.    surname.ntx  -   an index file for addr.dbf
  63.    country.map  -   map file for country names
  64.    category.map -   map file for categories
  65.  
  66.    medium.dbf   -   sample medium database
  67.    large.dbf    -   sample large database
  68.  
  69.    text25.asc   -   example of converted text file
  70.    text25.dbm   -   sample format for plain text
  71.  
  72.    There are three scratch files, _IDX@#$.TMP,
  73.    _PRN@#$.TMP and _DBM@#$.TMP, which DBM might use without
  74.    issuing any warnings.
  75.  
  76.  
  77.  ┌────────────────┐
  78.  │ CONFIGURATION: │
  79.  └────────────────┘
  80.  
  81.    There is no strict requirement on the hardware, though a good
  82.    machine configuration could be:
  83.    386/486 + EGA/VGA + mouse + extended memory + DOS 5.0
  84.  
  85.    Also I have never run into any problems on conventional memory
  86.    when there are over 600K available.
  87.  
  88.  
  89.  ┌─────────────┐
  90.  │ DISCLAIMER: │
  91.  └─────────────┘
  92.  
  93.    DBM version 1.12 is provided *AS IS* without any warranty,
  94.    expressed or implied. While great efforts are made to make
  95.    DBM as bug free as possible, the author will assume no
  96.    liability for damages either from the direct use of this
  97.    product or as a consequence of the use of this product.
  98.    The general rule of thumbs in database management is always
  99.    keep sufficient backups.
  100.  
  101.  
  102.  ┌───────────────┐
  103.  │ DISTRIBUTION: │
  104.  └───────────────┘
  105.  
  106.    DBM v1.12 is a "cardware" - it is free to all users.
  107.  
  108.    If you find DBM useful to you, please send me a postcard as
  109.    an incentive for future upgrades. Please send the card to
  110.    Z JIANG, c/o DATA MIRACLES, Post Box 787, Armidale NSW 2351,
  111.    Australia.
  112.  
  113.  
  114.  ┌──────────────────┐
  115.  │ VERSION HISTORY: │
  116.  └──────────────────┘
  117.  
  118.    v1.1  -  fix some bugs in v1.0
  119.             add support for monochrome monitor
  120.             add new memo field handling feature to formatted display
  121.    v1.11 -  fixed several minor bugs due to the use of different
  122.             version of compiler
  123.    v1.12 -  recompiled with new version of compiler, case sensitivity
  124.             in text search added
  125.