home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / btrtest / readme.txt < prev    next >
Text File  |  1992-03-16  |  887b  |  30 lines

  1. Date    :January 15, 1992
  2.  
  3. To    :Anyone who might benefit from this data
  4.  
  5. From    :David Meyer, Computer Concepts Limited
  6.      CompuServe ID 76702,1402
  7.  
  8. Subject    :Btrieve for Windows Test Program in Visual Basic
  9.  
  10. -----------------------------------------------------------
  11.  
  12. For all those adventurers that have played around and made
  13. fleeting progress, plodding step by step, with little for no
  14. help, the enclosed BTRTEST.EXE and source Visual Basic program
  15. may help you eliminate some of the toil I went through.
  16.  
  17. The sample EMPMSTS.DAT (and EMPMSTS.DSC) files use a segmented
  18. key (key 1) made up of LastName plus FirstName in a sample 
  19. Employee Master File.
  20.  
  21. When you start to tackle mutli-file btrieve program, may I suggest 
  22. that use a naming convention like DBEmpMst for the EmpMst file
  23. data buffer and PBEmpMst for the corresponding Position Block.
  24.  
  25. Good Luck.
  26.  
  27.  
  28.  
  29.  
  30.