7

如何注册 Firebird 数据提供程序以将其与 Entity Framework 一起使用?

我应该怎么做才能让它出现在Entity Data Model Wizard/Choose Data Source窗口中?(来源:rafaelromao at sites.google.com 我希望它出现在or列表中。 是否可以?或者我需要以另一种方式配置此连接?

替代文字



Data sources:Data provider:

PS:我尝试使用的提供者是 FirebirdClient 2.5

4

2 回答 2

13

您必须为 Visual Studio 安装 DDEX Provider

http://www.firebirdsql.org/index.php?op=files&id=netprovider

http://web.firebirdsql.org/firebirdtutorial/firebird-data-access-designer-ddex-installation.html

于 2009-09-13T17:40:35.933 回答
0

从 Firebird .net Provider 3.0 和 DDEX Provider 3.0 开始,有一个安装程序,您可以在其中选择要安装该提供程序的 VS 版本。

带有 VS 版本选择的 DDEX Provider

http://www.firebirdsql.org/en/net-provider/

于 2012-11-19T09:46:39.330 回答