User-460007017 posted
Hi jimschan,
It should have nothing to do with classic asp but the sql query string. You only need to use the query string to sort the data when you were reading the data from the database. Like
sql="SELECT Name, Old FROM mytable ORDER BY Old"
rs.Open sql, conn<sub></sub><sup></sup>
Best Regards,
Yuk Ding