Re: [Firebird-net-provider] Bug? Timeout at CheckMaxPoolSize 2.x

2006-06-01 Thread JCardinal
Hi Carlos: ServerType=1;DataBase=C:\data\AyaNova 3.2\utils\AyaImport\AYANOVA.FDB;Dialect=3; - John ""Carlos Guzmán Álvarez"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello: >> >> We have a commercial app using Firebird embedded and server and the = > >> ado.net driver. >>

Re: [Firebird-net-provider] Bug? Timeout at CheckMaxPoolSize 2.x

2006-06-02 Thread Carlos Guzmán Álvarez
Hello: > ServerType=1;DataBase=C:\data\AyaNova > 3.2\utils\AyaImport\AYANOVA.FDB;Dialect=3; Ok, so you are using the default connection pooling settings : connection lifetime = 0 // *Means connections in the pool never dies !!!* min pool size= 0 // Min number of connection in the po

Re: [Firebird-net-provider] Bug? Timeout at CheckMaxPoolSize 2.x

2006-06-02 Thread JCardinal
Will try that and report back, thank you. - John ""Carlos Guzmán Álvarez"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello: >> ServerType=3D1;DataBase=3DC:\data\AyaNova = > >> 3.2\utils\AyaImport\AYANOVA.FDB;Dialect=3D3; > > Ok, so you are using the default connection pooling

Re: [Firebird-net-provider] Bug? Timeout at CheckMaxPoolSize 2.x

2007-08-27 Thread Jon Ege Ronnenberg
I've a similar problem but increasing the max pool size helped. Not sure why or if is the right thing to do.. Here is some further reading: http://blogs.msdn.com/angelsb/archive/2004/09/20/231963.aspx On 6/3/06, JCardinal <[EMAIL PROTECTED]> wrote: > > Will try that and report back, thank you. > >

[Firebird-net-provider] Bug? Timeout at CheckMaxPoolSize 2.x and 1.7.1

2006-05-31 Thread J Cardinal
We have a commercial app using Firebird embedded and server and the ado.net driver. There are *many* customers using this configuration and all has been well for 6 months now since release up until last week when on two different occasions we have customers reporting an error, I've posted

Re: [Firebird-net-provider] Bug? Timeout at CheckMaxPoolSize 2.x and 1.7.1

2006-06-01 Thread Carlos Guzmán Álvarez
Hello: > > We have a commercial app using Firebird embedded and server and the > ado.net driver. > > There are *many* customers using this configuration and all has been > well for 6 months now since release up until last week when on two > different occasions we have customers reporting an erro