I am calling a stored procedure from my ASP page.
I need to sort the records based on which fields the user selects on the ASP page.
Is there a way I can pass in a string of field names and have the Stored Procedure sort based on these values
OR maybe perform some sort when the recordset is returned?
Thanks
I need to sort the records based on which fields the user selects on the ASP page.
Is there a way I can pass in a string of field names and have the Stored Procedure sort based on these values
OR maybe perform some sort when the recordset is returned?
Thanks