>>"Jetsp3, needs mdac,
says so"
This is if you are using ADO instead of DAO, or Jet ODBC. In order for this version of the Jet provider (Sp3) to work with ADO, you need the newer ADO dlls.
You will get an error when installing Jet 4.0 SP3, but it has to do with 2 Dlls that you probably do not use: odbcconf.exe and jetodbc.rsp
I just created an small EXE using DAO 3.6 and Jet 4.0 SP3 that will access and return the record count of about 10,000 records in an JET MDB (all local).
I installed this (P&D) on an newly installed Win98 (first ed.) machine with nothing else on it. The only files that got installed were the ones from Jet 4.0 (no MDAC, no DCOM98, only IE 4.0, etc.).
Then I installed Jet 4.0 SP3. The two errors came up, but that as mentioned was no problem.
The program runs correctly. The only jet dlls found on the maschine for DAO are from Jet 4.0 Sp3.......
Anyways, it can only do good to install MDAC.
I believe the reason that MDAC wants IE is because of the ADOR that it installs.
DAO Jet 4.0 surely doesn't need it.
Probably I gave the wrong answer anyways....You probably only needed to install MDAC 2.5.
Just add the to the list of additional files in P&D Wizard, so P&D runs it automatically at setup, and you should be good to go...
[/b][/i][/u]*******************************************************
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!