[Firebird-net-provider] R: Invalid attempt of read when the reader is closed.

2007-08-29 Thread Alberto Picca
Ok. I remove my Dispose method at the end of the function. Then, why after 200 command execution a process memory it increase from 30 mb to 400 mb, in few minuts? It seems that the GC does not understand that comes however executed the auto Dispose() command. How never? It's necessary to set up

Re: [Firebird-net-provider] Firebird Net Provider and Crystal Report In

2007-08-29 Thread Jun S. Pomer
You can use your dataset as datasource for Crystal Reports. ""Josué Yeray Julián Ferreiro"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello all. I´m using firebird server 2.0 and dot net provider 2.0 with visual studio 2005.net, I want to implement crystal report i

Re: [Firebird-net-provider] Linux

2007-08-29 Thread Jiri Cincura
On 8/29/07, Eduardo <[EMAIL PROTECTED]> wrote: > Hi all! > > I'm not using FB Compact, at this moment .. :) I do. :) I've written some small apps. with CF & FB few weeks ago. -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com -

Re: [Firebird-net-provider] Linux

2007-08-29 Thread Eduardo
Hi all! I'm not using FB Compact, at this moment .. :) Install Linux-Debian 4.0. I don't have any problem with the hardware fortunately, so "next, next". Install FB 2.0.1 Classic server. Donwload FB Classic Server 2.0.2 .tar.gz Extract ... In the folder you extract, you can see de "install.sh"

Re: [Firebird-net-provider] Invalid attempt of read when the reader is closed.

2007-08-29 Thread Jiri Cincura
On 8/29/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > using a version 2.1.0 RC-1 i have > some problem with a Dispose > method. > > Why throw this exception ? >"Invalid attempt of read when > the reader is closed." > > I create a FbCommand in this mode: > > private > static

[Firebird-net-provider] Invalid attempt of read when the reader is closed.

2007-08-29 Thread [EMAIL PROTECTED]
Hi, using a version 2.1.0 RC-1 i have some problem with a Dispose method. Why throw this exception ? "Invalid attempt of read when the reader is closed." I create a FbCommand in this mode: private static object executeQuery(DbConnection p_conn, string p_sql, hashtable p_params)