|
-
Nov 21st, 2007, 06:51 PM
#1
Re: How to use/set Multilanguage in the SQL Server 2005?
Are you inserting the data into a field with a data type that starts with N (such as NVarChar)? If not, you need to do that.
Next up, when you insert data, are you using an SQL statement to do that? If so, you need to put N before the quotes (eg: myfield = N'value')
If that is all OK, how are you looking at the data? Many programs (including database management tools) don't display unicode data, so will show ?? instead of the actual data - but the data will still be there (you just need to view it somewhere that supports unicode).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|