30 Jun
2002
30 Jun
'02
12:18 a.m.
On Fri, Jun 28, 2002 at 11:07:05AM -0700, Kelley, Sean wrote: | Hi, | I am trying to provide a way to re-sort sql results in the form of a table | by column name. I have the column headings set as links which pass the sort | order via the query string This sounds fine, but why not let the SQL backend do the sorting for you? Use the "ORDER BY <column name>" clause on your query. You can have the column to order by passed in as an argument (as you are trying to do). HTH, -D -- All a man's ways seem innocent to him, but motives are weighed by the Lord. Proverbs 16:2 http://dman.ddts.net/~dman/