Hi there,
There's no provider for Microsoft Access for the Entity Framework. That is, it's not listed here:
http://msdn.microsoft.com/en-us/data/dd363565.aspx and I've never seen it. That means you can't use Microsoft Access to build a model in Visual Studio.
Quote:
|
All I really need is to be able to gain access to array info in the code behind.
|
I don't understand what you're saying here.
You could use raw ADO.NET to access the database, or look into typed datasets.
Cheers,
Imar