Click here to Skip to main content
16,019,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi all
i got a problem in sql 2005 while passing japnese character in XML my xml is

<modules><module><id>1</id><name>今後ともクリーンなフェ</name></module></modules>


my SQl Query is

SQL
SELECT b.[name] FROM OPENXML(@hdoc,'/modules/module') WITH ([name] varchar(250) N'name')b


i got Output : ???????????

is any thing wrong in my code? please suggest
thanks in advance
Posted
Updated 19-May-11 6:47am
v2

1 solution

No. Nothing wrong. Japanese MUI is not installed on the system, hence you see '????'

Read all about them here: Multiple User Interface (MUI) Language Packs[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900