Hi, I am trying to write a C# windows application.
this application have one textbox (with chinese word by
default) and one button. This button will connect to mySQL
and retrieve one record (in Chinese also) and put the
result text to the textbox.
I have run on my pc (Windows 2000) without problem, but
when I run on another machine, the chinese word in the
textbox can show correctly, however when I click the
button to retrieve record, the textbox is not showing the
chinese word, if I copy these text to a txt file and
rename to html format and change the encoding in IE, I can
see those chinese word....
Can anyone tell me what I am missing? is there any method
to call the MySQL to get the record in Big5 encoding?
By the way, I am using OdbcConnection to connect mySQL
thanks for your help!!!