MySQL Forums
Forum List  »  Connector/ODBC

MySQL ODBC 8.0 Unicode Driver and 4-Byte Emoji
Posted by: Stanislav Ogryzkov
Date: June 23, 2021 05:25AM

Hello.

My classic ASP website uses MySQL ODBC 8.0 Unicode Driver to work with MySQL 8.0 and its utf8mb4 tables and experiences the same problems with 4-byte emoji as descibed at https://stackoverflow.com/questions/59010774/windows-odbc-driver-retrieved-emoji-data-rendered-as :-(

Particularly, I can WRITE such emoji into the database (using INSERT SQL statements) but canNOT read them back – an ADODB.RecordSet object returns question marks (?) instead of 4-byte emoji.

Can you somehow fix the driver so that it could properly give me such emoji via an ADODB.RecordSet object? Thanks.

Options: ReplyQuote




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.