How do I connect to Firebird through Visual Studio 2019 and C#

1k views Asked by At

I am struggling to connect to a Firebird database in C# through Visual Studio 2019 I was able to connect to the database through FlameRobin, but I don't really know how to connect through Visual Studio 2019 and C#.

Please show me all the commands I need to enter to connect and to insert data I installed FirebirdSql.Dtaba.FirebirdClient I tried so many codes, but it all failed

FlameRobin Connection

The code I used to connect

0

There are 0 answers