Re: [Firebird-net-provider] Can not connect to Firebird 3.0 using .NETProvider-3.0.2.0

2013-06-18 Thread Mark Rotteveel
On 18-6-2013 07:41, Thomas Beckmann wrote: While connecting to FB 2.5 works fine, I'm getting username and password are not defined-error if I try to establish a connection to FB 3.0 via .NET-provider in VS 2012 or Entity Developer. I am surprised that the parameter names for the connection

Re: [Firebird-net-provider] Can not connect to Firebird 3.0 using .NETProvider-3.0.2.0

2013-06-18 Thread Thomas Beckmann
Mark Rotteveel mark@... writes: On 18-6-2013 07:41, Thomas Beckmann wrote: While connecting to FB 2.5 works fine, I'm getting username and password are not defined-error if I try to establish a connection to FB 3.0 via .NET-provider in VS 2012 or Entity Developer. The conncetion

[Firebird-net-provider] Is boolean type (Firebird 3.0) supported by .NETProvider-3.0.2.0?

2013-06-18 Thread Thomas Beckmann
Fields of this type show unknown type in Entity Developer, but I don't know whether this is a problem of ED or of the .NET Provider. Thank you for any hints! Thomas -- This SF.net email is sponsored by Windows: Build

Re: [Firebird-net-provider] Is boolean type (Firebird 3.0) supported by .NETProvider-3.0.2.0?

2013-06-18 Thread Mark Rotteveel
On 18-6-2013 11:26, Thomas Beckmann wrote: Fields of this type show unknown type in Entity Developer, but I don't know whether this is a problem of ED or of the .NET Provider. Thank you for any hints! Thomas As far as I know the Firebird .NET provider 3.0 doesn't provide (full) support for

Re: [Firebird-net-provider] Is boolean type (Firebird 3.0) supported by .NETProvider-3.0.2.0?

2013-06-18 Thread Thomas Beckmann
On 18-6-2013 11:26, Thomas Beckmann wrote: Fields of this type show unknown type in Entity Developer, but I don't know whether this is a problem of ED or of the .NET Provider. As far as I know the Firebird .NET provider 3.0 doesn't provide (full) support for Firebird 3.0 (that fact that

[Firebird-net-provider] Checking if FireBird Server is running

2013-06-18 Thread gregosborne
Since FB did not implement the connectiontimeout property of the FbConnection, I neeeded a way to get around the @30 second delay when connection to a FB server. Below is my solution. using System.Net; using System.Net.Sockets; using System.Configuration; private bool TestPort(string address, int