Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
Column Sorting Database (Script?)
Old 03-03-2006, 08:49 AM Column Sorting Database (Script?)
Novice Talker

Posts: 8
Trades: 0
Hello

I wonder if someone can help or point me in the right direction. Basically, I want to create a table (database) similiar in style with this http://www.broadbandchoices.co.uk/calculator.asp which can be sorted by the user by selecting the appropriate column they want to sort by ie. cheapest price first. The broadband is irrelevant in this, I just need to know how I can create a table which can sort like that or if there is a script available that does this for you. Many thanks for your time.

Warm regards
Matthew is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 03-03-2006, 09:07 AM Re: Column Sorting Database (Script?)
neroux's Avatar
Ultra Talker

Posts: 284
Trades: 0
You cannot sort the table itself, but you can sort the result of a SELECT query with the ORDER BY option.
Code:
SELECT * FROM table ORDER BY field
__________________

Please login or register to view this content. Registration is FREE
- The world at your fingertips
• Share your city with the world

--
Please login or register to view this content. Registration is FREE
neroux is offline
Reply With Quote
View Public Profile
 
Old 03-05-2006, 06:21 PM Re: Column Sorting Database (Script?)
sdcdesign.co.uk's Avatar
Extreme Talker

Posts: 198
Location: High Wycombe, Buckinghamshire, London
Trades: 0
Have a link saying something like 'Sort by Price'

which goes to the page 'yourpage.aspx?sort=price'

then in your page have your script extract the querystring and sort the table. For example, C#:

Code:
SELECT * FROM table ORDER BY "+Request["sort"]+"
__________________
[ Insert witty, yet highly intelligent signature here ]
sdcdesign.co.uk is offline
Reply With Quote
View Public Profile Visit sdcdesign.co.uk's homepage!
 
Reply     « Reply to Column Sorting Database (Script?)
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.16539 seconds with 12 queries