How can I create sorted TOracleDataSet?

giga

Member²
Hi all,
can you tell me somebody, how can I make sorted dataset? I don't want reopen it with different "order by" clausule, because it's very time consuming operation. I am looking for some futhure as is TCustomClientDataSet.IndexFieldName....

Sorry my poor english.
Thanx for all,
Giga
 
You will need to use a control that can do the local sorting for you, such as TopGrid (but I'm sure there are more).
 
Back
Top