Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Armen #1
Sorting and subsorting recordset
DMX 2004
MSSQL 2000
ASP/vbScript
I want to sort a by a field and then by another within that fielld. Sort by
Model and sort models by year. i.e 2004 Acura, 2002, 2003 BMW, 2001 Bmw...
How can this be done?
Armen Guest
-
Sorting array vs sorting paginated array
....pulling in a long list of photos in a gallery, and I have a sort function working within the pages of data fine. I need to bring it back out of... -
Sorting recordset with 'index' letters
Hi I am trying to create a recordset where the results are sorted into alphabetical order but also where an index letter is included at the top... -
RecordSet.Move or RecordSet.AbsolutePosition??
Hi, I'm trying to use either one of these methods to position the cursor in a specific position inside a recordset, but neither one seems to... -
Help with sorting... please.. :)
I'm trying to sort the output of a query.. and I know you can use the "order by" clause, but it doesn't work the way I want it to. I'm trying to... -
Sorting in SQL
ORDER BY CASE WHEN ISNUMERIC(client_code) = 1 THEN CAST(client_code AS INT) END, CASE WHEN ISNUMERIC(client_code) = 0 THEN client_code END ... -
Armen #2
Re: Sorting and subsorting recordset
Nevermind, I figured it out:
ORDER BY vMake, vYear ASC
"Armen" <mardirousi@sbcglobal.net> wrote in message
news:d6ls1d$3n1$1@forums.macromedia.com...> DMX 2004
> MSSQL 2000
> ASP/vbScript
>
> I want to sort a by a field and then by another within that fielld. Sort
> by Model and sort models by year. i.e 2004 Acura, 2002, 2003 BMW, 2001
> Bmw... How can this be done?
>
>
Armen Guest



Reply With Quote

