Today I try to insert string with special characters in SQL dbase, below is a possible approach:
insert DBase..tableXXX (title) values (N'电影原生' + char(39) + N'东邪西毒' + char(39) )
It will result in something like: 电影原生'东邪西毒'
Friday, November 20, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment