Results 1 to 2 of 2

Thread: Running Jet35 app on W2K

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 1999
    Location
    Ohio
    Posts
    59
    I created an install using the Package & deployment Wizard for a VB6 app using a jet351 database. The package was created on a NT system with Access97.

    If I install it on a W2K system with Office2000(includes Access2000) the app will not run.

    However, if I install vb6 on the W2K machine the app will run.

    What dll's are missing from the setup package?

    Here's the files that I think are used by jet that are included in the setup package.

    msjet35.dll
    msjint35.dll
    msjter35.dll
    msrepl.dll
    msrd2x35.dll

  2. #2
    Fanatic Member HaxSoft's Avatar
    Join Date
    May 2000
    Location
    Ohio
    Posts
    593
    The problem is that your app is using DAO 3.5 and should be using the DAO version 3.6 to work with Access 2000.

    You can use Access 2000 to develop a 97 database that will run on a system with Access 97, but the compatibility does not work the other way.

    I am not sure, but I think the DLL files are named MSJET36.DLL, MSJTER36.DLL, and so forth in DAO 3.6.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width