Page 1 of 1

Problems when dump-ing data in SQL file using utf8

Posted: Wed 31 Jan 2007 09:44
by OSergiu
:D Hello to everybody :!:

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);
it's losing data,

{in my connection i have specified useunicode=true}, the component MyDump can dump data in utf8?

Posted: Thu 01 Feb 2007 08:29
by Antaeus
Similar problem was discussed in this thread. If this will not help to resolve this problem, send a complete small sample to evgeniyD*crlab*com to demonstrate it, including script to create server objects and fill table.

Also supply us the following information:
- Exact version of Delphi, C++ Builder or Kylix;
- Exact version of MyDAC. You can see it in the About sheet of TMyConnection Editor;
- Exact version of MySQL server and MySQL client. You can see it in the Info sheet of TMyConnection Editor.