c# - RDLC with Non AlphaNumeric Data -


i have simple subreport appears behaving not simply. report sorted on description field a-z works great field uppercase alpha numeric characters part. however, there 1 item can generated database has description of '_tobacoo' has underscore starting character. entry appearing @ start of report despite sort order.

surely a-z sort order of rdlc report should behave correctly , put entry @ end since _ appears after alpha characters in given character set i've seen.

can shed light on this?

please try query in manner:

select * tablename order cast(columnname varbinary(500)). 

and here explanation same: http://andrusdevelopment.blogspot.com/2007/10/string-sort-vs-word-sort-in-net.html


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -