home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 5 / The_Pier_Shareware_Number_5_(The_Pier_Exchange)_(1994).iso / 039 / comlyr.exe / README.TXT < prev    next >
Text File  |  1994-05-24  |  4KB  |  83 lines

  1. Please read the following article as well as the ACC2COMP.TXT file
  2. before installing the Compatability Layer.
  3.  
  4.  
  5. Installation Issues with Jet 2.0/VB 3.0 Compatibility Layer
  6. ID: Q113684
  7.  
  8. ---------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11. - Microsoft Visual Basic programming system for Windows, version 3.0
  12. - Microsoft Jet 2.0/Visual Basic 3.0 Compatibility Layer
  13. ---------------------------------------------------------------------
  14.  
  15. SUMMARY
  16. =======
  17.  
  18. This article documents some further installation issues that are not
  19. covered in the ACC2COMP.TXT file that ships with the Microsoft Jet 2.0/
  20. Visual Basic 3.0 Compatibility Layer.
  21.  
  22. MORE INFORMATION
  23. ================
  24.  
  25. Visual Basic version 3.0 includes support for the Microsoft Access version
  26. 1.1 database engine, Microsoft Jet Database Engine ("Jet"). This provides
  27. Visual Basic developers the ability to create and distribute royalty-free
  28. applications with Jet as the underlying database. However, Microsoft Access
  29. version 2.0 contains a new Jet file format that Visual Basic version 3.0
  30. cannot access.
  31.  
  32. To provide this capability, Microsoft created the Microsoft Jet 2.0/ Visual
  33. Basic 3.0 Compatibility Layer (Compatibility Layer). Use of the
  34. Compatibility Layer is optional -- Microsoft Access version 2.0 reads and
  35. writes Jet 1.1, so Visual Basic/Jet 1.1 applications do not need to be
  36. converted even if users upgrade to Microsoft Access version 2.0. There are
  37. some major benefits to upgrading, though, which are described in the
  38. following article in the Microsoft Knowledge Base:
  39.  
  40. ARTICLE-ID: Q113683
  41. TITLE     : Fact Sheet on Microsoft Jet 2.0/VB 3.0 Compatibility Layer
  42.  
  43. Issues with ACC2COMP.TXT File in the Compatibility Layer
  44. --------------------------------------------------------
  45.  
  46. The ACC2COMP.TXT file outlines in detail exactly how to install the
  47. Compatibility Layer and update all the associated .INI files. However, it
  48. contains some errors and missing information, which is corrected by the
  49. following:
  50.  
  51. 1. Errors in ACC2COMP.TXT:
  52.  
  53.     - In Table 2.1, "Files That Are Replaced or Modified by the
  54.       Compatibility Layer," change PDOJET.DLL to PDBJET.DLL.
  55.  
  56.     - In the file names for the files that the Crystal Reports
  57.       modification program uses, change PDDBJET.DLL to PDBJET.DLL.
  58.  
  59.     - In the new entries for SETUPWIZ.INI section, under the [ACCESS]
  60.       keyword, change MSABC110.DLL to MSABC110.DLL.
  61.  
  62.     - In the new entries for SETUPWIZ.INI section, under the [PDBJET.DLL]
  63.       keyword, change MSABC200.DLL to MSABC110.DLL.
  64.  
  65. 2. When the setup program starts, it states that it is searching for
  66.    installed components. Yet it always assumes that Visual Basic is
  67.    in the directory C:\VB.
  68.  
  69. 3. The Crystal Reports modification program, CRWACC20.EXE, must be
  70.    put in the same directory as the files it modifies or else be given
  71.    a full path to the files. The files CRW.EXE, PDBJET.DLL, PDCTJET.DLL,
  72.    and PDIRJET.DLL usually reside in different directories. CRWACC20.EXE
  73.    is copied to the root of the Visual Basic directory so that full
  74.    paths must be given to modify any files.
  75.  
  76. 4. The CRWACC20.EXE program gives confirmation that it has modified
  77.    CRW.EXE, but it does not give confirmation that it has found and
  78.    modified the .DLL files. You can verify that the files were modified
  79.    by looking at the date stamp, which will be changed to the current
  80.    date.
  81.  
  82. 5. The setup program has a button for Complete Installation yet there are
  83.    no other options.