Data Provider for Ms ACCESS 2007
Usually when we use MS Access as the back end in C#.NET we use the data provider [Provider=Microsoft.Jet.OLEDB.4.0].But the Data Provider for MS Access 2007 has channged .So Instead of you have to use
[Provider=Microsoft.ACE.OLEDB.12.0]..This is the main difference..