|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Chinese character in the field (Sql 7)I have to replace some old chinese characters (words) with some new ones. In the database, the fields are displayed as ???. The current chinese characters will display fine when you retrieved the fields through the website. As soon as I cut and paste the new chinese characters onto the field that I want to replace, the website will display ??? with the fields that I just updated. I have installed the Chinese (Taiwan) letters and enable my language toolbar. During the cut and paste process, I also switched to "CH". Any idea? Please help. Thanks in advance, Tony Hi,
You can try to use CAST(0xABCD1234 as NVARCHAR(4)) etc. instead of copy and paste. Replace the 0xABCD1234 with the binary code of the Chinese characters. Kenneth <trac***@gmail.com> wrote in message Show quote news:1132790630.847208.228190@z14g2000cwz.googlegroups.com... > Guys, > > I have to replace some old chinese characters (words) with some new > ones. In the database, the fields are displayed as ???. > > The current chinese characters will display fine when you retrieved the > fields through the website. As soon as I cut and paste the new chinese > characters onto the field that I want to replace, the website will > display ??? with the fields that I just updated. > > > I have installed the Chinese (Taiwan) letters and enable my language > toolbar. During the cut and paste process, I also switched to "CH". > > Any idea? > > Please help. > > > Thanks in advance, > Tony > |
|||||||||||||||||||||||