Quick question on IndexFieldNames.

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
MarkBenthic

Quick question on IndexFieldNames.

Post by MarkBenthic » Tue 14 Feb 2006 16:27

The documentation says:

"Set IndexFieldNames to an empty string to reset the recordset to the sort order originally used when the recordset's data was first retrieved."

But it doesn't seem to work. I just wanted to check if there is a way to return to the original sort order with running the query again.

Thanks!

-Mark

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Wed 15 Feb 2006 15:38

No, clearing of IndexFieldNames property will not restore original items order.

Post Reply