質問
Recordset sort
I have a recordset (responders) that I would like to sort in
the following manner:
SELECT *
FROM responders
ORDER BY responders.COUNTRY, responders.`STATE`, responders.CITY
After is construct the recordset, I test it and get good results (clean).
When I run a test us the the sorted recordset in a program I get the following result:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in
/home/content/m/i/l/miltonembs/html/quik_classes/responder_master_unanswered.php on
line 112
I would appreciate any help that I can get.
Milt
SELECT *
FROM responders
ORDER BY responders.COUNTRY, responders.`STATE`, responders.CITY
After is construct the recordset, I test it and get good results (clean).
When I run a test us the the sorted recordset in a program I get the following result:
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in
/home/content/m/i/l/miltonembs/html/quik_classes/responder_master_unanswered.php on
line 112
I would appreciate any help that I can get.
Milt
