Using Firebird 2.5.6 in Visual Studio 2015 Community

I need help connecting the Visual Studio 2015 community to firebird.

I am new to Visual Studio 2015 (used for programming in Delphi / C ++ builder) and now I am learning C # and want to use firebird database.

Can someone help or point me in the right direction how to do this?

I installed the DDEX and ADO.net drivers, as shown on the Firebird page , but this is far from luck.

I don’t have the code yet, because Visual Studio doesn’t even see the Firebird drivers in the database connection dialog.

Any help would be appreciated.

+4
source share
1 answer

.

:

Firebird 2.5.6.

:

  • EntityFramework (v6.1.3 )
  • FirebirdSql.Data.FirebirdClient(v5.1.1 )
  • EntityFramework.Firebird(v5.1.1 )
  • DDEXProvider (v3.0.2 )

visual studio 2015 . "" > " NuGet" → " " :

Install-Package EntityFramework
Install-Package FirebirdSql.Data.FirebirdClient
Install-Package EntityFramework.Firebird

DDEXProvider http://www.firebirdsql.org/en/additional-downloads/ Windows.

Microsoft Visual Studio - > :

Firebird. , Data Data .NET Framework Firebird.

"" . , localhost. " ".

+7

Source: https://habr.com/ru/post/1656183/


All Articles