Re: Storing Chinese Characters in Sql Server 2000
From: Rt (Rt_at_discussions.microsoft.com)
Date: 10/27/04
- Next message: Gert-Jan Strik: "Re: Constraints: disable / enable constraints issue"
- Previous message: Steve Kass: "Re: Storing Chinese Characters in Sql Server 2000"
- In reply to: Steve Kass: "Re: Storing Chinese Characters in Sql Server 2000"
- Next in thread: Steve Kass: "Re: Storing Chinese Characters in Sql Server 2000"
- Reply: Steve Kass: "Re: Storing Chinese Characters in Sql Server 2000"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 27 Oct 2004 14:19:04 -0700
Thanks for your response.
Currently the problem is with the sql server table. It converts chinese
characters to ???
"Steve Kass" wrote:
> First narrow the problem down to whether it is a web interface issue, a
> display issue a storage issue. Here are some possible steps:
>
> If the column that will hold the Chinese characters is defined as
> nvarchar, ntext, or nchar, and verify that
> you are using Unicode or Chinese fonts in Query Analyzer by making sure
>
> insert into T values (... N'中文'...)
> select * from T
>
> displays Chinese characters and that you have Chinese characters in your
> table.
>
> Next try displaying the row you added with Chinese from the web
> interface. If you see ??, the problem is either a browser display issue
> or a data type issue in the web application (you have a wrong type
> declaration somewhere, for example). See if just changing the character
> encoding for the browser solves the problem.
>
> If you see Chinese in the web page in this case, but you can't insert
> Chinese from the web page, try inserting one of the Chinese characters
> that should show up as something other than ? when converted from wide
> character to ASCII, such as the Chinese exclamation point, (!, hex
> 0xFF01), and see if it appears as ! or ?.
>
> Steve Kass
> Drew University
>
> Rt wrote:
>
> >Hi,
> >We have an web app which needs to store english and chinese characters in
> >Sql Server 2000. Currently, when I try to store Chinese characters, the
> >display changes to ?????.
> >
> >Need urgent help.
> >
> >
>
- Next message: Gert-Jan Strik: "Re: Constraints: disable / enable constraints issue"
- Previous message: Steve Kass: "Re: Storing Chinese Characters in Sql Server 2000"
- In reply to: Steve Kass: "Re: Storing Chinese Characters in Sql Server 2000"
- Next in thread: Steve Kass: "Re: Storing Chinese Characters in Sql Server 2000"
- Reply: Steve Kass: "Re: Storing Chinese Characters in Sql Server 2000"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|