Where to get oledb provider Microsoft.Jet.OLEDB.3.51? 
Author Message
 Where to get oledb provider Microsoft.Jet.OLEDB.3.51?

I've installed MDAC 2.5 SP2 and run jet35sp3.exe. I don't find it.

Executing this line:

        cnn.Open _
        "Provider=Microsoft.Jet.OLEDB.3.51;" _
        & "Data Source=" & CurrMdbPath & ";"

gives "Provider can not be found. It may not be properly installed."

I see msjetoledb40.dll in the MDAC Component Checker as 4.00.4331.4
Microsoft OLE DB Provider for Jet. Its in \winnt\system32. But no
3.51 equivalent is reported.

What is the 3.51 equivalent DLL name? Maybe it was placed somewhere
that MDAC isn't looking?



Sat, 28 Feb 2004 04:50:17 GMT  
 Where to get oledb provider Microsoft.Jet.OLEDB.3.51?
MDAC 2.5 didn't include support for Access 97 (which is what 3.51's from).
The last version of MDAC to include 3.51 drivers was 2.1.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele


Quote:
> I've installed MDAC 2.5 SP2 and run jet35sp3.exe. I don't find it.

> Executing this line:

>         cnn.Open _
>         "Provider=Microsoft.Jet.OLEDB.3.51;" _
>         & "Data Source=" & CurrMdbPath & ";"

> gives "Provider can not be found. It may not be properly installed."

> I see msjetoledb40.dll in the MDAC Component Checker as 4.00.4331.4
> Microsoft OLE DB Provider for Jet. Its in \winnt\system32. But no
> 3.51 equivalent is reported.

> What is the 3.51 equivalent DLL name? Maybe it was placed somewhere
> that MDAC isn't looking?



Sat, 28 Feb 2004 06:58:42 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Microsoft.Jet.OLEDB.3.51 provider not registered

2. Updating child recordsets using the Microsoft.Jet.OLEDB.3.51 provider

3. How to insert AutoIncrement column with Microsoft.Jet.OLEDB.3.51

4. Install Microsoft.Jet.OLEDB.3.51

5. microsoft.jet.oledb.3.51 v.s. microsoft.jet.oledb.4.0

6. microsoft.jet.oledb.3.51 v.s. microsoft.jet.oledb.4.0

7. jet3.51 OLEDB vs jet4.0 OLEDB

8. MS Jet.OLEDB.3.51 connection problem

9. Microsoft Jet OLEDB Provider 3.51: Does it support parameterized querys

10. Microsoft.Jet.OLEDB.4.0 OLE DB provider

11. Provider=Microsoft.Jet.OLEDB.4.0 vs 3.51

12. Microsoft.Jet.OLEDB.4.0 Provider not working with Access 97 MDB

 

 
Powered by phpBB® Forum Software