Subject Re: [IBO] application using up ram
Author jwharton@ibobjects.com
You need to be more explicit in unpreparing statements with IBO if you are done with them.
The BDE would automatically unprepare statements unless you explicitly prepared them.

With IBO it is currently the opposite. You must explicitly unprepare statements.

Jason Wharton

--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Hi

I just recently switched my BDE appl. to use IBO.
No problem.

I then switched some TIBOQuery to either TIB_Cursor or TIB_DSQL (on
all my querys which are not data aware).

Before this last swicth my appl. used some 14 Mb of RAM.
Now it uses some 18 Mb of RAM. And this amount keeps growing through
the day. On one machine where there program has been running for 8
hours straight it now uses 185 Mb of RAM.

Any suggestions to why ?

I do the same commits the same places as before.....

Of course I will look into it, but I was wondering if anyone knew
anything .....


Regards

Michael