Hi.
Is there any way of getting utf-8 to work in mysql database link ? I'm able to create a link using the latest 5.3.4 connector (taken from mysql.com), it's working, I see data in mysql database, furthermore - both libraries are working, libmyodbc5w.so (the UTF-8 one) and libmyodbc5a.so (the ANSI one), but only when I set the latin1(odbc.ini)/AMERICAN_AMERICA.WE8ISO8859P15(hs/initsid.ora) charsets. As soon as I set utf8/AMERICAN_AMERICA.AL32UTF8 - links stops working.
Did someone got this working ?
Thanks.