home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / techs.zip / TECH6.ARC / READ.ME < prev   
Text File  |  1980-01-01  |  1KB  |  34 lines

  1. PROGRAM NAME: Cmdjoin.PRG
  2.  
  3. DESCRIPTION:  Peforms a simple join that is similar to the dBASE
  4. II JOIN command.
  5.  
  6. ISSUE:  December, 1985
  7.  
  8. SOFTWARE VERSIONS: dBASE II, all versions
  9.  
  10. FUNCTION:  This program simulates the dBASE II JOIN command.  If
  11. you have a one-to-many or many-to-one relation defined between
  12. two subject database files, this program is more suitable than
  13. the JOIN command.
  14.  
  15. FILES NEEDED:  Cmdjoin.PRG
  16.                
  17. SETUP INSTRUCTIONS: You will need to replace the following names
  18. that appear in the program with the names that correspond to your
  19. particular application.
  20.  
  21.           Name         Description
  22.           Joinfile     The database file that has the fields
  23.                        to be JOINed.  This database file
  24.                        structure must be created before
  25.                        running the program.
  26.           File1        The first database file to be JOINed.
  27.           File2        The second database file to be JOINed.
  28.                        This database file is INDEXed.
  29.           Key          The key expression value in File1 and
  30.                        File2.
  31.  
  32. Note: The Joinfile is assumed to be empty when the program
  33. begins. 
  34.