[Mono-list] Firebird Connection

Pavol STÁREK PSŽ pavol@starek.sk
Wed, 12 May 2004 16:58:38 +0200


Hi,

try 127.0.0.1 as server...

p.
eric.lemoine@esial.uhp-nancy.fr wrote:

> 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)
>
>
>
>_______________________________________________
>Mono-list maillist  -  Mono-list@lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-list
>  
>