Problem connecting to Firebird 3 embedded with C# in .NET
问题 I am trying to connect to Firebird 3 embedded database from a .NET project. I have copied all the files of Firebird to the executing directory of the application. I have used the following connection string builder: var builder = new FbConnectionStringBuilder() { UserID = v1, Password = v2, Database = v3, ServerType = FbServerType.Embedded, Charset = "UTF8", ClientLibrary = "fbclient.dll" }; However I get the following connection error FirebirdSql.Data.FirebirdClient.FbException (0x80004005):