Sorting on Data Retrieval
Posted: Wed Jul 24, 2013 2:21 pm
I am trying to sort my data as I grab it from the database. I want to sort the data in Desending order by the field date -
put revQueryDatabase( theConnectionID, "select * from hospaccess.News where Type = 'Market' ORDER BY 'Date' DESC") into theCursor
But the Sort is not working. I am hoping I am making a simple mistake
Any suggestions
put revQueryDatabase( theConnectionID, "select * from hospaccess.News where Type = 'Market' ORDER BY 'Date' DESC") into theCursor
But the Sort is not working. I am hoping I am making a simple mistake
Any suggestions