How to register Firebird data provider for Entity Framework?

为君一笑 提交于 2021-01-27 04:11:02

问题


How do I register a Firebird data provider to use it with Entity Framework?

What should I do to make it appear in the Entity Data Model Wizard/Choose Data Source window?

alt text

I expect it to appear in the Data sources: or Data provider: lists.
Is it possible? Or I need to configure this connection another way?

PS: The provider I'm trying to use is the FirebirdClient 2.5


回答1:


You have to install DDEX Provider for Visual Studio

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

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




回答2:


Starting with the Firebird .net Provider 3.0 and the DDEX Provider 3.0 there is an installer, where you can select for which VS versions you want the provider to be installed.

DDEX Provider with selection of VS version

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



来源:https://stackoverflow.com/questions/1412086/how-to-register-firebird-data-provider-for-entity-framework

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!