MySQL Forums
Forum List  »  Connector/ODBC

ODBC support for utf8mb4
Posted by: Parvez Shaikh
Date: February 19, 2016 07:31AM

My C++ application (build in VS2008 with v6.0A Windows SDK) connects to MySQL database v5.5.34 through v5.3 unicode mysql odbc connector.

I changed my table to support utf8mb4 charset.
ALTER TABLE mytable CONVERT TO CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

doing that, i can directly enter the supplementary characters to the database.

When, inserting supplementary characters through my c++ app via odbc connector, my odbc driver crashes.


Things which i am using:
IDE: VS2008 with v6.0A Windows SDK
MySQL: v5.5.34
MySQL ODBC: v5.3

Any pointers would be great.

Options: ReplyQuote


Subject
Written By
Posted
ODBC support for utf8mb4
February 19, 2016 07:31AM


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.