Hi ahmedilyas, thanks for your response...
However your suggested:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\myFile.mdb;User Id=admin;Password=;"
seems to imply that the syntax "Jet OLEDB:Database Password" is no longer supported Are you sure about that
Hi Paul, thanks for your reponse...
Are you sure that the Microsoft Jet OLEDB is pre-installed on Windows XP SP2 I have a client whose software (using my example connection string above) is unable to connect to the MS Access database since they upgraded to Windows XP SP2.
Reading the documentation around MDAC I got the impression that
1) MDAC 2.8 is pre-installed with Window XP SP2 and 2) MDAC 2.8 no longer includes the "Microsoft Jet OLEDB"
so I assumed that I now need to reference a different provider or find the "Microsoft Jet OLEDB" provider from a different source
|