Charset problem

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Guest

Charset problem

Post by Guest » Sun 21 May 2006 02:01

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?

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 22 May 2006 09:01

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.

Post Reply