[Firebird-net-provider] Regarding connection speed with .Net

2008-06-18 Thread Kixzo Database Team
Hello all, I have installed Firebird 2.0 (server) in a system. Now, I am trying to connect it via .Net Provider using FBConnection.Open() from the same system. What should be the reason of the connection established with server is so time consuming (approximately 3 to 4 seconds)?

Re: [Firebird-net-provider] [ Regarding connection speed with .Net

2008-06-18 Thread Nobuya Higuchi
Hi, I had a similar problem before. In my case, it took more than 10 seconds to open a connection. It was a network setting problem but it took me so long to find out the remedy. The chance is, probably we do not share the same cause, so I do not get into the detail at first. Instead, let me

Re: [Firebird-net-provider] Regarding connection speed with .Net

2008-06-18 Thread Jiri Cincura
On Wed, Jun 18, 2008 at 3:12 PM, Kixzo Database Team [EMAIL PROTECTED] wrote: What should be the reason of the connection established with server is so time consuming (approximately 3 to 4 seconds)? It's problem with your network configuration. -- Jiri {x2} Cincura (CTO x2develop.com)

[Firebird-net-provider] Regarding connection speed with .Net

2008-06-13 Thread Kixzo Database Team
Hello All, I have installed Firebird 2.0 (server) in one of the system. Now, I am trying to connect from another system via .Net Provider using FBConnection.Open(). The problem is that it is taking 3 to 4 seconds to connect with server. Even I have reinstall it for 3 to 4 times. I

Re: [Firebird-net-provider] Regarding connection speed with .Net

2008-06-13 Thread Dean Harding
Kixzo Database Team wrote: Hello All, The problem is that it is taking 3 to 4 seconds to connect with server. Even I have reinstall it for 3 to 4 times. Can you show the code you're using to connect, including the connection string? Dean.

Re: [Firebird-net-provider] Regarding connection speed with .Net

2008-06-13 Thread Carlos Guzmán Álvarez
Hello: Hello All, I have installed Firebird 2.0 (server) in one of the system. Now, I am trying to connect from another system via .Net Provider using FBConnection.Open(). The problem is that it is taking 3 to 4 seconds to connect with server. Even I have reinstall it for 3 to

Re: [Firebird-net-provider] Regarding connection speed with .Net

2008-06-13 Thread Yogi Yang
Are u sure the connection is taking up this much time? I think it is the code that may be getting executed that is taking up the time and not the connection. Please check you code or better still post it so that we can analyze it. Regards, Yogi Yang On Fri, Jun 13, 2008 at 11:57 AM, Kixzo