C
Chris Freeman
I'm returning to Frontpage ASP programming after about a year, and I'm now
using FP2003. I have some old pages that I'm reworking, and now my simple
sort varibles are not working. I using simple statements like:
fp_sQry="SELECT * FROM Projects Order By Control_Number '::SORT::'"
and the hyperlink is:
http://www.123.com/page_1.asp?sort=asc
This used to work no problem, but now I get this error:
Database Results Wizard Error
Unable to find operator in query string. Query string currently is SELECT *
FROM Projects Order By Control_Number '::SORT::'
What going on here? I know there are issues with FP2002 upgrading to FP2003.
Do you have any suggestions?
using FP2003. I have some old pages that I'm reworking, and now my simple
sort varibles are not working. I using simple statements like:
fp_sQry="SELECT * FROM Projects Order By Control_Number '::SORT::'"
and the hyperlink is:
http://www.123.com/page_1.asp?sort=asc
This used to work no problem, but now I get this error:
Database Results Wizard Error
Unable to find operator in query string. Query string currently is SELECT *
FROM Projects Order By Control_Number '::SORT::'
What going on here? I know there are issues with FP2002 upgrading to FP2003.
Do you have any suggestions?