sql server - Vietnamese characters in sql select like -


when search following query

select * [table] name '%hà nội t&t%' 

in mssql database no results, though i'm sure exists in db.

i seem have trouble characters ộ, ẫ, , Đ.

i have tried changing collation-settings nothing helps.

any suggestions?

try:

select * [table] name n'%hà nội t&t%' 

Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -