Hi,
How can i create an index Descending in IBQuery, for sorting data :
(not in the query sql)
Exemple :this gives Ascending sort:
ibQuery.indexFieldName:='myField';
Thx.
sorting Descending with IBQuery ?
Re: sorting Descending with IBQuery ?
Please try using the following code to apply descending sorting:
You can find more details in the IBDAC help: http://www.devart.com/ibdac/docs/index. ... dnames.htm
Code: Select all
IBQuery.IndexFieldNames := 'myField DESC';Re: sorting Descending with IBQuery ?
Thank you ViktoV.
So easy !
So easy !
Re: sorting Descending with IBQuery ?
Thank you for your interest to our product. Feel free to contact us if you have any further questions.