问题
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?
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.
http://www.firebirdsql.org/en/net-provider/
来源:https://stackoverflow.com/questions/1412086/how-to-register-firebird-data-provider-for-entity-framework