[Mono-list] Firebird Connection

eric.lemoine@esial.uhp-nancy.fr eric.lemoine@esial.uhp-nancy.fr
Wed, 12 May 2004 16:49:34 +0200


 Hi,

 I tried to acces data from Firebird on Linux with Mono 0.91 but I got a
Firebird Exception:

Unhandled Exception: FirebirdSql.Data.Firebird.FbException: Unable to complete
network request to host "localhost".
in <0x000d0> FirebirdSql.Data.Firebird.FbDbConnection:Connect ()
in <0x0004f> (wrapper remoting-invoke-with-check)
FirebirdSql.Data.Firebird.FbDbConnection:Connect ()
in <0x001e2> FirebirdSql.Data.Firebird.FbConnection:Open ()
in <0x00066> Test:Main (string[])

I use Firebird NET Provider 1.6 Beta3 (Sources compiled with Mono 0.91)
and a connection string like this one:

  string connectionString =  
          "Database=/opt/firebird/examples/employee.fdb;" + 
	  "User=SYSDBA;" +
	  "Password=Password;" +
	  "Dialect=3;" +
	  "Server=localhost";


 Any idea to fix this problem?

 Thanks.

 eric lemoine (eric.lemoine@esial.uhp-nancy.fr)