Subject RE: [IBO] Strange sorting and recordcount issue.
Author Alan McDonald
> So I understand you point abnout the server not knowing about the
> buffered sets of IBO, but why does IBO buffered dataset, not maintain
> the correct ordering, after the records have been added?
>
> Is my keyField entry above, perhaps the offender?
>

are you, by any chance, under the illusion that the order of records
returned has anything to do with the order in which they were inserted?
If so, then lesson one .... use an ORDER by clause (ORDERINGLINKS)

Alan