home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / database / quick_db / qdb.asc < prev    next >
Text File  |  1985-11-19  |  6KB  |  119 lines

  1.  
  2.  
  3.  
  4.                                QUICK DATA BASE
  5.  
  6.  
  7.      Overview
  8.  
  9.           Quick  Data  Base  is  a keyword  index  database  program  that 
  10.      basically only does one thing,  but does it quite well:  look up data 
  11.      fast.   Each  data  record is associated with a number  of  keywords.  
  12.      These keywords are loaded into memory, so finding matches occurs very 
  13.      fast.   The database is quite easy to use.  You could probably use it 
  14.      by following the prompts and menus.  But brief instructions follow:
  15.  
  16.      Find
  17.  
  18.           At the "Enter keywords..." prompt enter from one to 12  keywords 
  19.      or short phrases of 22 characters or less to define the scope of your 
  20.      search.   Since the program looks for exact matches to all  keywords, 
  21.      the more you enter,  the more restrictive your search.   For example, 
  22.      with  the magazine database,  to find reviews of adventure games  you 
  23.      might enter "adventure",  "game" and "review".   Just entering "game" 
  24.      finds too many records.
  25.  
  26.           Press  Return on a blank line to quit  entering  keywords.   The 
  27.      number  of records with matching keywords found is shown.   You  have 
  28.      the  option  of displaying or printing them.   If you  display  them, 
  29.      there  is  a pause between each to give you the option  of  printing, 
  30.      editing, or deleting the record, or jumping forward.
  31.  
  32.      Edit
  33.  
  34.           You  have  simple editing facilities to change the data  in  the 
  35.      records  as  they are displayed.   Keywords cannot  be  edited.   Hit 
  36.      Return on each field to accept the data as displayed.
  37.  
  38.      Delete
  39.  
  40.           This  "marks" the record for deletion.   It won't be  physically 
  41.      removed  from the file until the end of your session,  so be sure  to 
  42.      exit  with  the  "Quit"  menu option  if  you  deleted  any  records.  
  43.      "Packing" a database is slow work, so be patient!
  44.  
  45.      Jump
  46.  
  47.           When  more  than five records remain to be  displayed,  you  can 
  48.      "jump over" intervening records to get deeper into the  database,  so 
  49.      you don't always have to single-step from the beginning.
  50.  
  51.      Add
  52.  
  53.           At the "Enter keywords..." prompt enter the keywords for the new 
  54.      record.   Use keywords that you are likely to think of when you  want 
  55.      to find this record again.   Then enter the data for each  field.  If 
  56.      you  make  a mistake,  hit Return on a blank line or  choose  "Redo". 
  57.      "Next" adds the record to the data file and brings you back to  enter 
  58.      the next record,  while "Exit" adds the record and returns you to the 
  59.      main  menu.   "Abort" cancels data entry and returns you to the  main 
  60.      menu.
  61.  
  62.      Utilities
  63.  
  64.           Under the "Utilities" menu,  you can back up a database,  change 
  65.      its name,  change the field names,  print the entire data  file,  and 
  66.      print the entire keyword file.
  67.  
  68.           When  you  back up a database,  the first five  letters  of  the 
  69.      database name plus QDB, KEY, and DAT will form the backup file names, 
  70.      and  the  extender for all three will be BAK.   You can  specify  the 
  71.      drive and/or folder you want the backup files put in.
  72.  
  73.      Multiple Databases
  74.  
  75.           The  easiest  way to use more than one database is  to  put  the 
  76.      three files for one database and a copy of QUICK_DB.TOS in a  folder.  
  77.      The QDB file must be named INFO.QDB.  The database will automatically 
  78.      load when you run the program.
  79.  
  80.           Another way is to rename the program to QUICK_DB.TTP.  Then you 
  81.      only need one copy.   In the TTP dialogue box, enter the name of the 
  82.      database to use.  If it's inside another folder or on another drive, 
  83.      specify    the    device    and/or    pathname.      For    example: 
  84.      b:\database\friends.   In this case, each QDB file has its own name.  
  85.      A  null  entry in the box makes the program  use  INFO.QDB.   (Note: 
  86.      don't use extenders in your folder names!)
  87.  
  88.      Create Your Own
  89.  
  90.           To  create  a new database,  just run the TOS program  inside  a 
  91.      folder without INFO.QDB,  or run the TTP program and enter garbage in 
  92.      the  dialogue box.   A new database is always created in the  current 
  93.      directory.  Specify the name you want for the database.
  94.  
  95.           A  database can have from one to four data  fields.   The  first 
  96.      field  is always three lines long and subsequent fields are one  line 
  97.      long.   Enter  the field name you want for each.   Press Return on  a 
  98.      blank line when you have as many fields as you want.
  99.  
  100.           Specify how you want the info file named.   (Remember,  the  TOS 
  101.      version uses only INFO.QDB.)  Verify your choices.  Now hit Return to 
  102.      start entering data!
  103.  
  104.      Specs
  105.  
  106.           A  database consists of three files:  the database  "info"  file 
  107.      (with  a "QDB" extender),  the keyword file (with a "KEY"  extender), 
  108.      and the data file (with a "DAT" extender).   A database theoretically 
  109.      can contain up to 32,766 records.   However, half-meg systems will be 
  110.      memory limited,  and floppy-based systems will be disk limited.  With 
  111.      an average of four keywords per record,  a four-field database  could 
  112.      have  about 600 records on a single-sided disk.   A  database  cannot 
  113.      span disks.
  114.  
  115.  
  116.      Tim Ekdom  --  CIS: 72575,1473  --  March, 1987
  117.      Please read the "Author Information" in the utilities menu.
  118.  
  119.