Subject Re: [IBO] IB_Query and Ordering items .. Strange behaviour.
Author Woody
From: "Adrian Wreyford" <wreymed@...>
> Hi.
>
>
>
> Getting some strange behaviour for the ordering items for a IB_Query.
>
>
>
> Ordering items set as follows:
>
> DRSURNAME=DRSURNAME,FIRSTNAME;DRSURNAME DESC

You only ordering the descending index by the DRSURNAME DESC. You must use
both fields DRSURNAME DESC, FIRSTNAME DESC in the description or the order
for the second field is random. (sort of :)

HTH

Woody (TMW)