I have a database which is using DEFAULT CHARSET=utf8 the problem is that when i make dump
Code: Select all
MyDump1.SQL.SaveToFile(TntSaveDialog1.FileName); or
MyDump1.BackupToFile(TntSaveDialog1.FileName);{in my connection i have specified useunicode=true}, the component MyDump can dump data in utf8?