PDA

Click to See Complete Forum and Search --> : Running Jet35 app on W2K


JasonS
Sep 27th, 2000, 11:14 AM
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

HaxSoft
Sep 27th, 2000, 06:54 PM
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.