Sets connection character set. Syntax: property ConnectionCharacterSet: String; Description: DAC for MySQL executes 'SET NAMES <character set name> COLLATE <collation name>' query immediately after connection to the database is established, if at least one of ConnectionCharacterSet or ConnectionCollation properties values is not set in empty string. For details about character sets and collations in MySQL please refer to http://dev.mysql.com/doc/refman/5.0/en/charset.html
See also: ConnectionCollation, Utf8Used properties |