Re: sorting record from a DBgrid


[ DelphiLand FAQ ]

Posted by webmaster Guido on June 04, 2004 at 21:35:34:

In Reply to: Re: sorting record from a DBgrid posted by Terri on June 04, 2004 at 06:16:25:

: I'm new to Delphi and Im currently working on getting my Table sorted.
: This I managed to do with SQL but where is the sorted result stored?
: Can you assist me in this as I need to use the sorted Table as the result of my report(to be printed).
----------------

When you request a list of sorted records with SQL, you probably use a TQuery component. The "results" are not stored in a table, but that's not a problem: you can use a TQuery as well as a TTable for a report.

 


Related Articles and Replies:


[ DelphiLand FAQ ]