[Mono-list] Firebird Connection

Carlos Guzmán Álvarez carlosga@telefonica.net
Wed, 12 May 2004 20:20:18 +0200


Hello:

>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";
>
I have done a little test (open and close a connection) using the 1.6
sources from CVS and works fine (against Firebird 1.5 SS).

Are you sure that the Firebird server is up and running ?? and that
connections to the port 3050 are not being blocked ??




--
Best regards

Carlos Guzmán Álvarez
Vigo-Spain