Subject | Re: ibserver memory management with InterClient |
---|---|
Author | vince_lemaire@yahoo.fr |
Post date | 2001-04-12T16:36:33Z |
I forgot to close some statements...
For information : in the ResultSet documentation it's specified
that invoking the close() method causes all JDBC and database
ressources to be released, in fact one should do before this a call
to myResultSet.getStatement().close(), otherwise nothing is released.
Thank for your remarks which force me to check my code !
For information : in the ResultSet documentation it's specified
that invoking the close() method causes all JDBC and database
ressources to be released, in fact one should do before this a call
to myResultSet.getStatement().close(), otherwise nothing is released.
Thank for your remarks which force me to check my code !
--- In ib-support@y..., lester@l... wrote:
> This sounds like a Transaction being held open. I'm not sure
> on how Interclient handles them, but is the growth just in
> memory usage, or is the on disk footprint growing as well?
> If the latter, you need to check how things are being
> committed.
>
> --
> Lester Caine
> -----------------------------
> L.S.Caine Electronic Services