Visual Studio 2005 and Greek language
Posted by: dimitris del
Date: September 18, 2006 06:07AM

Hi to everyone, I searched all forums and i could not find solution to my problem.

I use MFC (Visual Studio 2005) and i connect to MySQL server without any difficulty.

The problem is that i can not display greek in my application (I see '????').
The records in MySQL database are successfully saved in greek.

Default Char Set: greek
Dedault Collation: greek_general_ci

The string which i use to connect to database is the following:

mysql.OpenEx("DRIVER=MySQL ODBC 3.51Driver;SERVER=localhost;UID=root;PWD=123456;APP=Microsoft Data Access Components;WSID=localhost;DATABASE=mybase;CHARSET=greek"))

I change the CHARSET to utf8 but i receive the same results.

What can i do to solve it?

Thanks a lot.

Options: ReplyQuote


Subject
Views
Written By
Posted
Visual Studio 2005 and Greek language
3383
September 18, 2006 06:07AM


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.