PDA

Click to See Complete Forum and Search --> : How to display records from a table from....


thinh
Feb 23rd, 2000, 04:20 PM
how to display records from a table from the bottom up!

smalig
Feb 23rd, 2000, 05:49 PM
Sql = "SELECT name FROM books ORDER BY name DESC;"

thinh
Feb 24th, 2000, 09:56 AM
Thank for helping