Re: [Firebird-net-provider] Firebird eating all the ram memory when used with .net client

2010-04-27 Thread Jiri Cincura
On Tue, Apr 27, 2010 at 19:00, Evandro's mailing lists (Please, don't send personal messages to this address) wrote: > I was not doing that. However I am doing it now and the problem stills the > same :( > > if this the correct way to free the command? Yes. I also suppose you're committing/rollin

Re: [Firebird-net-provider] Firebird eating all the ram memory when used with .net client

2010-04-27 Thread Evandro's mailing lists (Please, don't send personal messages to this address)
Thanks! I was not doing that. However I am doing it now and the problem stills the same :( if this the correct way to free the command? Thanks again Jiri. -Evandro public int ExecuteNonQuery(string sql) { FbCommand cmd = null; int rowsAffected = -1;

Re: [Firebird-net-provider] Firebird eating all the ram memory when used with .net client

2010-04-26 Thread Jiri Cincura
On Mon, Apr 26, 2010 at 23:28, Evandro's mailing lists (Please, don't send personal messages to this address) wrote: > D.Bd.ExecuteNonQuery(" Will these rows internally free the command? -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/ | http://www.ID3renamer.com -

[Firebird-net-provider] Firebird eating all the ram memory when used with .net client

2010-04-26 Thread Evandro's mailing lists (Please, don't send personal messages to this address)
Dear guys, This code causes firebird to use all the OS memory until it crashes. What I think is most interesting is that it is not my application that is using the memory but the fbserver.exe process. Am I doing anything wrong? It is a mantenance program, the idea is to reorganize all the city na