|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
How to sort by date?
<i><b>Originally posted by : Martin Johansson (info@sd-studios.com)</b></i><br /><br />How to sort by date when displaying database records?
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : Bob (bmacneal@dainrauscher.com)</b></i><br />Use "ORDER BY DateField ASC" or "ORDER BY DateField DESC" at the end of your query. You can also make the column header in your results table a hyperlink (to the same asp page) with the field name and sort type in the query string, so users can re-sort the table. <br /><br /><br />------------<br />Martin Johansson at 5/7/2000 9:01:20 AM<br /><br /><br />How to sort by date when displaying database records?
|
![]() |
| Viewing: ASP Free Forums > Database > SQL Development > How to sort by date? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|