如何从访问 .mdb 文件创建 .edmx 模型?

发布于 2024-12-10 21:31:29 字数 158 浏览 0 评论 0原文

是否可以从 MS Access 数据库 mdb 文件创建实体数据模型(edmx 文件)?如果是的话怎么办? 我尝试过使用实体数据模型向导,但只能选择 sql 数据库。

我在 MVC3 中有网站,我需要将其连接到 mdb 文件中的 dsatabase。

非常感谢任何帮助!

Is it possible to create Entity Data Model (edmx file) from MS Access Database mdb file? If yes then how?
I have tried using Entity Data Model Wizard, but there I could only choose sql databases.

I have website in MVC3 and I need to connect it to dsatabase that is in mdb file.

Any help much appreciated!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

本宫微胖 2024-12-17 21:31:29

你是对的,我本来希望还会列出 OLEDB 或 ODBC,但只有 SQL Server 和 SQL Server Compact。不管怎样,如果你正在做认真的开发,至少使用 SQL Express 或 SQL Compact,它们都是免费的,而且可能比旧的 MS Access 更好。

使用最新版本的 SQL Compact (4),它还可以在 IIS 中运行并具有部分信任,因此如果您不想为 SQL 付费,您可以使用它而不会与您的托管提供商发生任何问题连接性。

就像您在这里找到的那​​样:Microsoft SQL Server Compact 4.0

能够在网络中的中等或部分信任环境中工作
服务器,并且可以轻松地与网站一起部署到
第三方网站托管服务提供商。

you are right, I was expecting to have also OLEDB or ODBC listed but there is only SQL Server and SQL Server Compact. Anyway if you are doing serious development at minimum use SQL Express or SQL Compact, both free and probably way better than old MS Access.

With the latest version of SQL Compact (4), it runs also in IIS and with Partial Trust so you can use it without any issue with your Hosting Provider, in case you do not want to pay for SQL connectivity.

like you find here: Microsoft SQL Server Compact 4.0

Enabled to work in the medium or partial trust environments in the web
servers, and can be easily deployed along with the website to the
third party website hosting service providers.

等风来 2024-12-17 21:31:29

EF 不支持 MS Access。

MS Access is not supported by EF.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文