Hi,
I have my database set up alI fine and dandy…
But Im not sure how to code this… I want to read my records in, in reverse order…
So my current code looks like this
*db being my database
[lua]for row in db:nrows(“SELECT * FROM listsMain”) do
end[/lua]
This bring my records in from first record entered to last record entered.
how do I load from last record entered to first record entered?
Thanks
Aidan
[import]uid: 102413 topic_id: 28488 reply_id: 328488[/import]