
Which msm for older ADO 2.0
Debbie,
Win XP comes with MDAC 2.7, which does not include Jet driver/providers. See
enxt KB about that.
http://support.microsoft.com/default.aspx?scid=kb;EN-US;271908
You would need to download Jet 4.0 separately and change your connection
string to use Jet 4.0, not 3.51. See next link for download
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q282010
--
Val Mazur
Microsoft MVP
Quote:
> I am installing to XP
> My VB5 app uses access mdb files with ADO 2.0 and the provider is
> MICROSOFT.JET.OLEDB.3.51
> With isx354 I included mdac25.msm and jet351.msm but the target computer
> after installation will not connect to the database.
> With my older isx 2.13 I just included mdac_typ.exe to installations and
the
> database access worked fine from W95 through XP
> Can someone recommend what components to include or should
> I just use the old mdac_typ.exe ?
> Deb