Page 1 of 1

Charset problem

Posted: Sun 21 May 2006 02:01
by Guest
MyDAC version 4.30 for C++ Builder 6 trial version
mySQL 5.0 Windows version & FreeBSD version

i set default-character-set to gbk in mysql and gbk in mydac connection charset. mysql windows version is OK, but FreeBSD version display ????? ,must set charset of connection to latin1, why?

Posted: Mon 22 May 2006 09:01
by Antaeus
Data transfer protocol between such operating systems (Win Win, Win FreeBSD) is the same. Possibly the problem concerns MySQL server settings. Try comparing configuration files of both servers to find differences.