Subject | Re: [IBO] Re: application using up ram |
---|---|
Author | Helen Borrie |
Post date | 2004-03-05T08:18:16Z |
At 08:06 AM 5/03/2004 +0000, you wrote:
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
> >No, you don't open and close cursors. There is no buffering.
> > 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 ?
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