Re: Avoiding a Double Cursor...



Gary,

So long as you do the orderby in the inner query and then filter the
rows in the outer querys everything works fine.

If there are new rows added between accessing different pages of data
you will receive a different set of results - but that is probably the
right thing todo anyway in this case.

.