<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dennis Poon wrote / napísal(a):
<blockquote cite="mid:53281F7E.50808@avidsoft.com.hk" type="cite"><br>
<br>
<blockquote type="cite"><br>
<br>
</blockquote>
I tried, the results are:
<br>
<br>
@@character_set_client : utf8
<br>
@@character_set_connection : latin1
<br>
@@character_set_database : latin1
<br>
<br>
<br>
</blockquote>
Dennis, do you received my reply?:<br>
<br>
IMO <dennis avidsoft="" com="" hk="">@@character_set_connection is
wrong and must be utf8.<br>
I will try fix it, but first can you try as workaround this:<br>
- after connection is established can you use
MySQLConnection1.ExecuteDirect('SET NAMES ''utf8''');<br>
- and then check again </dennis><dennis avidsoft="" com="" hk="">@@character_set_client,
@@character_set_connection (IMO both must be utf8 ... if they will be,
then your program should work as expected ... can you test it again?)<br>
<br>
-Laco.<br>
</dennis><br>
</body>
</html>