OT: ASP - how do I re-sort database results w/out reissuing query

Danny Sinang ( (no email) )
Thu, 13 Aug 1998 10:20:06 +0800

Hello.

I just developed an ASP that queries a table and displays the results in a
tabular form.

I want to let the viewer of the page to simply click on the column heading
to sort according to the value of the clicked column.

I know I can simply issue another query w/ a different SORT BY clause and
the results would be sorted. But this would again take some time to finish
processing.

Is there a way to re-sort the initail query results without issuing another
SQL query ?

- Danny Sinang