Subject Re: [IBO] Re: application using up ram
Author Helen Borrie
At 08:06 AM 5/03/2004 +0000, you wrote:

> >
> > Can you show the SQL for a couple of these dsql and cursor objects,
>and the
> > code that you use with them?
>
>I could, but before I do, I would like to ask another thing.
>
>What happens if I open a cursor, and do not close it before a commit ?
>Will this affect this ?

No, you don't open and close cursors. There is no buffering.
You call First on tib_cursor to "open" it and it's "finished" when the last
row has been fetched.

How many rows are you reading? Where are you putting the data?

Helen