Tagged Questions
3
votes
3answers
191 views
How do I use an ADO.NET managed provider in Excel?
I have an ADO.NET Managed Data Provider that is registered in machine.config in DbProviderFactory - It is available for use from, say, Analysis Services, so I know it is correctly registered.
...
0
votes
1answer
957 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 ...