FirebirdSql Error occurred during login, please check server firebird.log for details
问题 I am trying to connect and read data from Firebird database using the FirebirdSQL .net provider (using FirebirdSql.Data.FirebirdClient). Here is the code: FbConnection viewdataConnection=new FbConnection(); viewdataConnection.ConnectionString = "database=localhost:c:\\firebirdTest\\testDB.fdb;user=sysdba;password=firebird"; viewdataConnection.Open(); While trying to Open() the connection, i get an error: An unhandled exception of type 'FirebirdSql.Data.FirebirdClient.FbException' occurred in