Who can help me? Why does the role name show a question mark?

09/15/2018 13:10 mobai520#1
Who can help me? Why does the role name show a question mark?

[Only registered and activated users can see links. Click Here To Register...]
09/15/2018 17:14 Rhyder`#2
The data type you use at m_szName dont allow special characters
That means it result "??????"

Replace varchar to NVARCHAR
09/16/2018 07:56 mobai520#3
Quote:
Originally Posted by Rhyder` View Post
The data type you use at m_szName dont allow special characters
That means it result "??????"

Replace varchar to NVARCHAR
Can you send a picture or modify it in that paragraph? Can you help me with the code? Post it out? I don't understand. I am bothering you. Thank you.
09/17/2018 15:07 KingKeesie#4
Go to sql and click right on character tabel. then design and edit the column m_szName. Change 'type' from varchar to NVARCHAR