Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Alpha Sorting

edited September 2005 in General
Sorry I have gone brain dead.
How can I sort a list as non case sensitive.
AAB
aac
AbD
Thanks in advance.

--
Have a great day!

Walt Kersten
Wkersten@wkersoft.com

Comments

  • edited September 2005
    Hi Walt,

    Do you want to sort this using SQL code or Delphi code? I believe every
    database is different, for instance Oracle will sort lowercase first but
    there is a function to ignore this and convert all to uppercase.

    If you are sorting a list in Delphi you can use the string handling routine
    UpperCase() to sort correctly.

    --
    Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com

    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.