Subject Re: [IBO] IBO4
Author Jason Wharton
You also need to have the OrderingItemNo set to 1.
That is where the ITEM=1 comes from.
You used to just put in a number there and now that number is attached to
the ITEM attribute token.

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


----- Original Message -----
From: <hans@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, September 20, 2001 12:05 PM
Subject: [IBO] IBO4


> Hello
>
> Just verifying
>
> In IBO4 if I have a table say:
>
> PRODUCTS:
> UNIQUENUM INTEGER NOT NULL
> PRODNAME VARCHAR(20) NOT NULL
>
> PRIMARY KEY (UNIQUENUM)
>
> With
>
> CREATE ASC INDEX PRODNAME_ASC ON PRODUCTS (PROD_NAME)
> CREATE DESC INDEX PRODNAME_DESC ON PRODUCTS (PROD_NAME)
>
> An Incremental Lookup on PROD_NAME should 'fly' if I set
> the TIBOQUERY Orderlink to PROD_NAME=ITEM=1;POS=0 ?
>
> and trying to find out the meaning of ITEM
>
> Best Regards
> Hans
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>