Subject Re: [firebird-support] Memory Problem
Author unordained
---------- Original Message -----------
From: "AshimQuikStor" <ashimquikstor@...>
> firbird 2.04 and 2.11
>
> When I execute stored procedure or any other command firebird server memory
increases rapidly and is not released until the connection is broken. I have
tired using parameterized queries as suggested by someone in previous lists but
that does not help either.
------- End of Original Message -------

From my recent experience with something similar:
- are you using BLOBs anywhere in this process?
- is the memory released only when you disconnect, or also when you commit or
rollback?

-Philip