Re: How to migrate Unicode-data from MS-Access to MySQL
Posted by: Michael G. Zinner
Date: November 21, 2005 05:20AM

As far as I know it is not possible to store UTF8 data in MS Access properly. I mean, you can write utf8 data to the database of course, but internally it will not be stored correctly. And therefore it will be transfered in ANSI.

We will have to add a manual conversion to force the ANSI text to be converted to utf8 to work around the MS Access limitation but did yet not find time to do so.

Mike

Michael Zinner, Team Lead, Developer Tools
MySQL AB, www.mysql.com

Are you MySQL certified? www.mysql.com/certification

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.