How to Sort Listview Columns Containing Strings & Integers?
问题 General Information I have a ListView containing multiple columns. I have used a Microsoft Method to sort my ListView Columns. The ListView is populated by a SQL Query which correctly sorts Strings and Integers together ( code shown below ). For Example: String & Integer Sorting Problem The following JobNumber strings are considered as sorted "10", "1", "2", "3" Using my SQL Query, they will become "1", "2", "3", "10" SQL String & Integer Sorter Here is the Query I use to sort Strings and