keyfields

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

keyfields

Post by medman » Fri 25 Feb 2005 20:11

how can I sort and findnearest in a smartquery result set without knowing or without changing anything on the server

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Tue 01 Mar 2005 09:37

For local sorting please use TMemDataSet.IndexFieldNames property. To locate certain records please use TMemDataSet.Locate and TMemDataSet.LocateEx functions. Refer to ODAC help for more details.

Post Reply