problem in saving non-english character to sql server
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
i want to collect a feedfack from user filled in this language(dhivehi). here is how the language looks like, http://haveeru.com.mv/ i can fill up the feedback form in dhivehi and when i save to sql server its saved in english alphabets. can you show me a tutorial related to this.
-
i want to collect a feedfack from user filled in this language(dhivehi). here is how the language looks like, http://haveeru.com.mv/ i can fill up the feedback form in dhivehi and when i save to sql server its saved in english alphabets. can you show me a tutorial related to this.
-
Are you using the unicode types? nvarchar, nchar and ntext. Also what collation are the fields set to?
Using the wrong tool for the job is half the fun.