home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / btr110 / readme.txt < prev   
Text File  |  1993-09-02  |  3KB  |  64 lines

  1.               Update of the Btrieve ISAM Driver
  2.               =================================
  3.                         September 1993
  4.  
  5.  
  6. This driver is only for use by registered owners of Microsoft 
  7. Access v1.1 and Visual Basic for Windows v3.0 - Professional 
  8. Edition.  By downloading these files, you are indicating that 
  9. you own one of these two products.
  10.  
  11.  
  12. What does the update do for you
  13. -------------------------------
  14. This updated BTRV110.DLL now uses text indexes, with exceptions 
  15. as described in the section titled "Using Btrieve Indexes" of 
  16. the file BTRIEVE.TXT, which ships with Microsoft Access v1.1.
  17.  
  18.  
  19. How to install the update
  20. -------------------------
  21.                Single User Installations:
  22. Make a backup of your current BTRV110.DLL by renaming the file, 
  23. or by copying it to another location.  Then simply copy the 
  24. updated BTRV110.DLL to your \WINDOWS\SYSTEM subdirectory.
  25.  
  26.                Network Installations:
  27. (1) The network administrator should make a backup of the current 
  28.     BTRV110.DLL by renaming the file, or by copying it to another 
  29.     location, and then replace the old BTRV110.DLL on the network
  30.     in the \ACCESS directory with the updated BTRV110.DLL.
  31. (2) The network administrator should also make this file available
  32.     for those who installed Microsoft Access to their local 
  33.     drives.  In such a case those users should also copy this file
  34.     to their \WINDOWS\SYSTEM subdirectory.
  35.  
  36. ==================================================================
  37. ************************** WARNING *******************************
  38. Due to the nature of Microsoft Access' setup program, if setup is 
  39. run after updating the BTRV110.DLL file, the updated file will be 
  40. replaced with an older version of the file unless:
  41.  
  42. 1) Setup /n is run and "No" is selected in answer to the question 
  43.    "Do you want to install Microsoft Access on your hard disk?" OR
  44. 2) The Custom Installation option is chosen, and then from the 
  45.    Microsoft Access Setup Options dialog the "xBASE, Paradox, 
  46.    Btrieve drivers" option is unchecked (or the Select button for
  47.    this option is used to deselect the Btrieve option), OR
  48. 3) The Minimum Installation option is chosen.
  49. ==================================================================
  50.  
  51.  
  52. How to tell if you have the updated Btrieve driver installed
  53. ------------------------------------------------------------
  54. The BTRV110.DLL which resides in the \WINDOWS\SYSTEM (local 
  55. install) or the \ACCESS (network install) should have a file 
  56. size of 104560.  The previous (old) driver had a file size of 
  57. 104432.
  58.  
  59. If you have Microsoft Windows for Workgroups, using File Manager 
  60. you can select Properties from the File menu to view information 
  61. about a given file, including the file version.  The version of 
  62. the updated BTRV110.DLL is 1.10.0011.  The previous (old) driver 
  63. had a file version of 1.10.0001.
  64.