G
Guest
I'm building a .NET 2.0 app (C#) that needs to connect to an Access 97
database. I'm planning to use the Enterprise Library 2.0 Data classes to
make things easier. I can't figure out the correct configuration to use to
allow ADO.NET to connect to an Access database. This is my connection string
from App.config. It doesn't like my providerName value. Can someone help me
out with the correct value?
<add name="Connection String"
connectionString="Data Source=C:\SaddleUp\Horseshow.mdb;"
providerName="Microsoft.Jet.OLEDB.4.0" />
Thanks,
Ian
database. I'm planning to use the Enterprise Library 2.0 Data classes to
make things easier. I can't figure out the correct configuration to use to
allow ADO.NET to connect to an Access database. This is my connection string
from App.config. It doesn't like my providerName value. Can someone help me
out with the correct value?
<add name="Connection String"
connectionString="Data Source=C:\SaddleUp\Horseshow.mdb;"
providerName="Microsoft.Jet.OLEDB.4.0" />
Thanks,
Ian