S
SteveK
I have use ADO.NET with SQL Server before, but never with access. Since my
dept. is being very cheap, I need to use Access. I made a quick test
application and when I test the connection, I get this error:
---------------------------
The 'Microsoft.Jet.OLEDB.4.0 Data Source=C:\Moves.mdb' provider is not
registered on the local machine.
---------------------------
My Connection string looks like this:
const string connectionStr = "Provider=Microsoft.Jet.OLEDB.4.0 Data
Source=C:\\Moves.mdb";
I'm not sure how I can add the provider. I installed service pack 8 for
OLE.
I'm using framework 2.0 with access 2000
dept. is being very cheap, I need to use Access. I made a quick test
application and when I test the connection, I get this error:
---------------------------
The 'Microsoft.Jet.OLEDB.4.0 Data Source=C:\Moves.mdb' provider is not
registered on the local machine.
---------------------------
My Connection string looks like this:
const string connectionStr = "Provider=Microsoft.Jet.OLEDB.4.0 Data
Source=C:\\Moves.mdb";
I'm not sure how I can add the provider. I installed service pack 8 for
OLE.
I'm using framework 2.0 with access 2000