Page 1 of 1

[SDAC] sorting MSStoredProc results

Posted: Thu 02 Dec 2004 13:56
by johnjohn
is there a way to sort results of a MSStoredProc (it returns "select * form table1") in DELPHI ?

Re: [SDAC] sorting MSStoredProc results

Posted: Thu 02 Dec 2004 14:22
by Ikar
You can use TMemDataSet.IndexFieldNames. See SDAC help for details