MySQL Forums
Forum List  »  Connector/C++

How can I use unicode using connector/C++?
Posted by: Simon Kim
Date: July 09, 2009 11:07PM

I want to insert Unicode string (utf-8) to mysql db using connector/c++

I've already successed by using odbc connector.

but there is no method like setWString(std::wstring)

only setString(uint parameterindex, const std::string& value).

and getString() is too.

plz tell me about solution.

Options: ReplyQuote


Subject
Views
Written By
Posted
How can I use unicode using connector/C++?
5733
July 09, 2009 11:07PM


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.