Your string contains special characters, and must be properly escaped
before storing.
Use the appropriate string escaping function in your language ( if it
exists ) or
write a routine to escape them for you before storing them.
The manual lists the special characters.
henry lee wrote:
> Dear professional people,
>
> When I write a program to store the (Big5) Chinese characters
> ¯S³\¸gÀç
> into mysql database through the mysql ODBC driver,
> the original chinese characters change into another characters
> ¯S³¸gÀç
> in mysql database.
>
> On the other hand, I have tried the program to store the (Big5) Chinese
> characters into another database through another ODBC driver, it is
> correct.
> The chinese characters remain the same.
>