Subject Need to Unprepare (was Re: IBO application blinks out after 10-15 days)
Author Tim Meneely
On Thursday 11 March 2004 4:38 pm, jwharton@... wrote:
> to remain prepared. Just keep in mind if you keep a statement prepared
> there are various client memory structures (blobs and record buffers) that
> will not be freed (even if a query is closed). By doing a periodic
> unprepare of your statements and datasets will keep your client memory from
> being used up.

Does this mean that for any and all applications I need to unprepare queries
before I close them? Does this (blob and record buffer) memory every get
freed automatically, for example when I close / destroy the connection?

Thanks,
Tim