简体   繁体   English

带访问权限的asp.net动态数据

[英]asp.net dynamic data with access

can you use ms access as the backend of a asp.net dynamic data project website. 您可以将ms access用作asp.net动态数据项目网站的后端。 Any links or examples? 有任何链接或示例吗?

At first I thought that this should be possible, because .NET generally supports ODBC and thus connecting to a MS Access database. 起初,我认为这应该可行,因为.NET通常支持ODBC ,因此可以连接到MS Access数据库。 Linq to SQL and the ADO.NET Entity Framework seem to be the most popular data providers for ASP.NET Dynamic Data. Linq to SQL和ADO.NET实体框架似乎是ASP.NET动态数据的最受欢迎数据提供者。 However, there seem to be some issues which require modifications to the data providers in order to make them compatible to EF, and Linq 2 Sql supports MS SQL Server only. 但是,似乎有些问题需要修改数据提供程序以使其与EF兼容,并且Linq 2 Sql仅支持MS SQL Server。 Because of that, just MS SQL Server and MS SQL Server Compact seem to support EF at this moment. 因此,目前似乎只有MS SQL Server和MS SQL Server Compact 支持 EF。 There is one last hope, though. 不过,还有最后的希望。 According to this post on the Microsoft forums, you could implement your own Entity Framework Provider to support Access or ODBC in general. 根据Microsoft论坛上的这篇文章 ,您可以实现自己的Entity Framework Provider ,以总体上支持Access或ODBC。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM