Basic4ppc - Windows Mobile Development  

Go Back   Basic4ppc - Windows Mobile Development > Main Category > Questions & Help Needed
Home Register FAQ Members List Search Today's Posts Mark Forums Read

Questions & Help Needed Post any question regarding Basic4ppc.


getting records alphabetically


Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-10-2008, 04:03 PM
gjoisa's Avatar
Knows the basics
 
Join Date: Feb 2008
Location: Udupi , India
Posts: 57
Default getting records alphabetically

I have developed a program with a sql database . I have added all records to a table first . then i added the records with required keyword to a list box . Here i am experincing the problem . Records displaying not in alphabetical order . how to display records in a listbox with alphabetical order ?
Reply With Quote
  #2 (permalink)  
Old 05-10-2008, 04:07 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 3,335
Default

You should add ORDER BY to your query:
Code:
cmd.CommandText = "SELECT col1 ORDER BY col1 ASC"
Reply With Quote
  #3 (permalink)  
Old 05-10-2008, 07:52 PM
giannimaione's Avatar
Senior Member
 
Join Date: Apr 2007
Location: Naples, Italy
Posts: 156
Send a message via Skype™ to giannimaione
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Quote:
Originally Posted by Erel View Post
You should add ORDER BY to your query:
Code:
cmd.CommandText = "SELECT col1 ORDER BY col1 ASC"
or
Code:
cmd.CommandText = "SELECT col1 ORDER BY col1 DESC"
__________________
Gianni Maione
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Renaming sorted records in table aerohost Questions & Help Needed 3 06-25-2008 05:54 PM
Table with 2000 records. How to find with more speed? faustinofaria Questions & Help Needed 1 03-24-2008 07:36 PM


All times are GMT. The time now is 07:29 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0