Subject | Re: [IBO] Locate - More information... |
---|---|
Author | Miguel |
Post date | 2002-05-22T16:26:39Z |
I have ITEM and POS in Ordering Links, and I have ascending and descending
indexes. Nothing, IBO doesn't use the index but not other index. I wait that
Jason read it.
My TIBOQuery is:
OrderingItems:
ID_P=ID_P;ID_P DESC
ID=ID;ID DESC
OrderingLinks:
ID_P=ITEM=1;POS=0
ID=ITEM=2;POS=0
OrderingItemNo: 1
KeyLinks:
ID
Developer Express component calls Locate by ID or ID_P. ID is my primary
key, my tables is indexed by ID ASC / DESC and ID_P ASC / DESC, 4 indexes.
ID_P is the parent.
You are the best. Fantastic support, product and people! Long life for IBO.
Thank you again.
indexes. Nothing, IBO doesn't use the index but not other index. I wait that
Jason read it.
My TIBOQuery is:
OrderingItems:
ID_P=ID_P;ID_P DESC
ID=ID;ID DESC
OrderingLinks:
ID_P=ITEM=1;POS=0
ID=ITEM=2;POS=0
OrderingItemNo: 1
KeyLinks:
ID
Developer Express component calls Locate by ID or ID_P. ID is my primary
key, my tables is indexed by ID ASC / DESC and ID_P ASC / DESC, 4 indexes.
ID_P is the parent.
You are the best. Fantastic support, product and people! Long life for IBO.
Thank you again.