MySQL Forums
Forum List  »  Connector/C++

mysql++ and unicode
Posted by: Ayal B
Date: May 29, 2007 01:16PM

Hello,

I am trying to perform a simple query of a record containing unicode data but my (mysqlpp::Row).raw_data(index) always returns a string of question marks "??" instead of the required string.

I use "MySQL Administrator 1.2.8" to populate a field with a hebrew string. This works well and the client tool always displays the string properly but when I try to access the field via mysql++ API, I get the question marks.

I am running Mysql version 5.0.27 and mysql++ 2.2.3.
I have tried creating databases in utf8, ucs2 and hebrew with corresponding default-character-set variables set in the my.cnf file under c:\mysql.

Any ideas ? pointers ?

Options: ReplyQuote


Subject
Views
Written By
Posted
mysql++ and unicode
5683
May 29, 2007 01:16PM
3114
June 06, 2007 06:54AM
3025
June 28, 2007 12:11AM


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.