Problems inserting chinese characters

2006-11-27 Thread Barbara Deaton
All, I have an application in which I am trying to insert some traditional Chinese characters. The insert statement probably won't cut and paste correctly but it is: insert into TKTS13 values (2,'ÄãºÃ', 'ÄãºÃ'); I have used this website http://people.w3.org/rishida/scripts/uniview/conversion

Re: Problems inserting chinese characters

2006-11-27 Thread Yonghua . Wu
Hi Barbara, The hex value '3F' represents the question mark, which means your server CAN'T convert the characters correctly from your client. Regards, Barbara Deaton [EMAIL PROTECTED] wrote on 2006-11-28 11:16:09: All, I have an application in which I am trying to insert some