Re: How to show right Chinese in "Latin1" by VS.NET?
Posted by: Hauke Betz
Date: October 09, 2006 12:05AM

There are several charsets in MySQL (e.g. the server charset or the database character set). You can try the following:

- change the charset to utf-8 (try 'SHOW VARIABLES' in the query browser to see, which charset is used for the client,server, connection)

or

- Modify your SELECT-Statement like 'SELECT _utf8 column' (haven't testes this, see the MySQL-Documentation http://dev.mysql.com/doc/refman/5.0/en/charset-national.html for further information)

Greets,

Hauke

Options: ReplyQuote


Subject
Written By
Posted
Re: How to show right Chinese in "Latin1" by VS.NET?
October 09, 2006 12:05AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.