home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / sampdb1.zip / README < prev    next >
Text File  |  1994-08-30  |  1KB  |  22 lines

  1. This program is for beginning programmers, to show them how to construct a
  2. simple database.  This new version allows for a much larger database.  The way
  3. it's setup now, you can have up to 2000 records for each letter of the
  4. alphabet.  In other words you can have 2000 names starting with the letter A,
  5. 2000 starting with the letter B, etc.  Any thing bigger than that and you would
  6. probably want to use a commercial database anyway. If you have names in a ASCII
  7. file that you want to import, you can, as long as the file follows the
  8. following format:  Last name, First Name, Address, City, State, Zip
  9.   
  10. Of course you can change this by changing the code.  Since I did just zip this
  11. thing out the other day, there are bound to be some errors.  After testing it
  12. for a while, I would appreciate it if you would write me and explain how and
  13. when they occurred, and I will do my best to correct them.
  14.  
  15. Thanks,
  16.  
  17. Bill Slamer
  18. 3794 Ridge Line Dr.
  19. San Bernardino, CA  92407
  20. (909) 883-9796
  21.  
  22.