also @ TechSpot: Rumor: AMD "Piledriver" FX CPU production to begin Q3 2012

TechSpot

ASP/ADO help

Discussion in 'General Discussion' started by eddy05, Dec 5, 2002.

  1. eddy05 Newcomer, in training

    I just thought maybe I can ask this question in techspot. I'm creating an Online Address Book for my community. If you know ASP/ADO, you'll know that when you list the recordset using

    if NOT RecordSet.EOF then
    response.writeln RecordSet("Field")
    RecordSet.MoveNext

    the records will be listed according to date. Any idea on how to make it list alphabetically instead?