If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Korean + Chinese + English via ODBC to ASP.NET

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-02-05, 10:33
ramram49 ramram49 is offline
Registered User
 
Join Date: Aug 2002
Posts: 16
Korean + Chinese + English via ODBC to ASP.NET

Hi all!

I am using MySQL 4.1 with IIS 6.0 (under English Windows 2003) via ODBC (v3.51).

The environment:
- There are data in English, Korean and Chinese.
- The default server character set is UTF8.
- The database character set for Chinese data is big5.
- The database character set for Korean is euckr.
- The data are accessed using ASP.NET and ADO.NET.

The problem:
- If I set Windows 2003 default language for non-unicode (from Control Panel - Regional/Location) as English, both Korean and Chinese data becomes garbages.

- If I set default language for non-unicode program as Chinese (Big-5), only Chinese and English data are viewable.

- If I set default language for non-unicode program as Korean, only Korean and English data are viewable.

- I tried to "set names big5" and "set names euckr", but it made no difference.

The same problem occurred if I use WinSQL 4.5 to view the data through ODBC.

Is there any way I can view all data (not necessary on the same page) without changing the windows locale everytime?

Thanks

Raymond

Last edited by ramram49; 11-02-05 at 10:39.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On