Re: Visual Studio 2005 and Greek language
Posted by: Alexander Barkov
Date: December 01, 2006 05:15AM

Is you application a GUI application, or a console application?

If it is GUI, then check what does this query retun in your application:

SHOW VARIABLES LIKE 'character_set%';

Make sure that these three are set to "greek":

character_set_client
character_set_connection
character_set_results

Otherwise, send "SET NAMES greek" as the first query after
connecting to the database.


If you build a console apllication, then it a DOS-alike
application and it uses cp869. MySQL currently does not
support this character set. Feel free to post a feature
request at our bug database: http://bugs.mysql.com/

Options: ReplyQuote


Subject
Views
Written By
Posted
3405
September 18, 2006 06:07AM
Re: Visual Studio 2005 and Greek language
2024
December 01, 2006 05:15AM


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.