Subject Re: [IBO] IB_Monitor-Output
Author Jason Wharton
You must be using either a TIBOTable or the POS attribute in the
OrderingLinks property.
That parameter is IBO automatically using HDR (horizontal dataset
refinement) to virtualize large tables into easy to efficiently navigate
sections.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: <guido.klapperich@...>
To: "IBObjects" <IBObjects@yahoogroups.com>
Sent: Wednesday, March 20, 2002 3:31 PM
Subject: [IBO] IB_Monitor-Output


> When I change the ordering of my customers-query the Monitor-output
> looks like
> ....
> from CUSTOMERS
> WHERE CSNRFIRST /*>*/ <= ? /* OLNK_CSNRFIRST */
> ORDER BY CSNRFIRST DESC
> , CSNRLAST DESC
>
> But I have no where-condition in my query. Can anybody explain the
> where-expression to me ?
>
>
> Guido