> Can you show simple sample illustrating this?
>
>
>
> Saulius
Hi
I've futher test and it occured that function descend() gives results not depented of current codepag, so indexig:
INDEX ON MYFIELD TO MYINDEX DESCENDIG works ok but
INDEX ON DESCEND(MYFIELD) TO MYINDEX gives bad order. My error was that when i've changed my command from second to first i still used descend() in seek expression!
Andrzej Morgiewicz
PS But should DESSCEND() respect codepage? this behavir prevents from proper use
of complex keys lika index on descend(name)+date+time etc