I am not sure if this will help. I had the same problem when trying to create, update and select, containing Greek characters.
I was using ZendAMF as a service with php, selecting data stored in mySQL. In my php class, i added the following line: mysqli_query($this->connection, "set names utf8"); this allowed the results to be returned as Greek Chars. I hope this will do it for you, as i was trying to figure it out for a while. -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Flex-MySQL-Connector-tp12744p12763.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
