[SDAC] sorting MSStoredProc results

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
johnjohn

[SDAC] sorting MSStoredProc results

Post by johnjohn » Thu 02 Dec 2004 13:56

is there a way to sort results of a MSStoredProc (it returns "select * form table1") in DELPHI ?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: [SDAC] sorting MSStoredProc results

Post by Ikar » Thu 02 Dec 2004 14:22

You can use TMemDataSet.IndexFieldNames. See SDAC help for details

Post Reply