Tagged Questions
0
votes
1answer
956 views
Microsoft Access - The 'Miccrosoft.Jet.OLEDB.4.0' provider is not registered on the local machine
I get the following error:
The 'Miccrosoft.Jet.OLEDB.4.0' provider is not registered on the local machine
When I run this code:
string dbConn = @"Provider=Miccrosoft.Jet.OLEDB.4.0;Data ...