Re: [Firebird-net-provider] Bug in FbDataAdapter exception handling

2006-06-07 Thread JCardinal
Which version of the provider are you using? I reported a long time ago that it was throwing a null reference exception instead of reporting the non existant column in an exception and I thought it was fixed. ""marzena"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Carlos, >

Re: [Firebird-net-provider] Bug? (1.7.1) When Pooling=False

2006-06-05 Thread JCardinal
No sorry, I've never built the provider myself I just reference the .dll If you can't reproduce it there then I'll put it on the back burner and take a closer look at it when I get time to build the provider here and tinker with it. I've run my app through a profiler and found some significant

Re: [Firebird-net-provider] Fetch Size in connection string,

2006-06-05 Thread JCardinal
Interesting, thank you Carlos, exactly the method that my app "hammers" heavily, I'll experiment with that in my profiler. Cheers! ""Carlos Guzmán Álvarez"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello: >> Is this setting relevant if we are using a Command object with a

Re: [Firebird-net-provider] Bug? (1.7.1) When Pooling=False

2006-06-04 Thread JCardinal
That does make sense, but in practice it's behaving the way I described. ""Carlos Guzmán Álvarez"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello: >> We're seeing something odd, when we put Pooling=3Dfalse in the = > >> connection string and are using an IP address for a fire

Re: [Firebird-net-provider] Fetch Size in connection string,

2006-06-04 Thread JCardinal
Is this setting relevant if we are using a Command object with a DataReader? ""Carlos Guzmán Álvarez"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello: >> Under what circumstances would it be appropriate to change that setting? >> = > > Selectable commands with big result

Re: [Firebird-net-provider] Fetch Size in connection string,

2006-06-03 Thread JCardinal
Under what circumstances would it be appropriate to change that setting? - John ""Carlos Guzmán Álvarez"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello: >> However it doesn't give a default value and I can't seem to find any >> othe= > r = > >> information on it. >> = > >

[Firebird-net-provider] Fetch Size in connection string, what is it and what does it do?

2006-06-02 Thread JCardinal
It's not clear to me exactly what it does or the implications of it. I've found some docs here: http://www.dotnetfirebird.org/connection-string-parameters That describe it as: "Indicates the number of rows that will be fetched at the same time on Read calls into the internal row buffer." Howeve

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

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] stop mailiong list

2006-06-01 Thread JCardinal
ROTFL! :) "Helen Borrie" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 04:35 AM 19/05/2006, you wrote: > >>I want to be delete from te database of the mailing list > > Then find the "unsubscribe" link in the header of any list message and > just click it. > In fact, I'll make

Re: [Firebird-net-provider] Data Migrate

2006-06-01 Thread JCardinal
There is a lot of information on this web site related to using the .net firebird provider. http://www.dotnetfirebird.org/ ""Alberto Pesce"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Well but the schema DB2 is not equal to schema DB1 and so I need to bind > manually the data