Subject | Re: [IBO] Re: TIB_Cursor Education Needed |
---|---|
Author | Helen Borrie |
Post date | 2003-05-27T13:16:50Z |
At 12:06 PM 27/05/2003 +0000, you wrote:
row), AutoFetchAll simply brings all of the rows across from the server,
shuffling them one-by-one through the row buffer. When finished, of
course, the cursor is at EOF, hence your procedure never went into its loop.
Helen
>Thanks to all who responded. The underlying problem ended up beingQuite so. As TIB_Cursor is an unbuffered dataset (except for the current
>the "AutoFetchAll" property that I had set TRUE. Doing so seems to
>eliminate the ability to manually iterate throught the records.
row), AutoFetchAll simply brings all of the rows across from the server,
shuffling them one-by-one through the row buffer. When finished, of
course, the cursor is at EOF, hence your procedure never went into its loop.
Helen