Unicode MyDump for MyDAC 5.90.0.57 for RAD Studio 2010
Posted: Mon 10 May 2010 05:12
I'm trying to make unicode dump using TMyDump for MyDAC 5.90.0.57 for RAD Studio 2010.
DB has UTF8 format.
TMyConnection has UseUnicode = True and CharSet=UTF-8 .
But TMyDump stores file in non unicode format.
Unicode words are shown as "??????".
Other words which correspond to system code page are shown normally.
How can I dump/restore unicode schema using sql dump file in Unicode format?
DB has UTF8 format.
TMyConnection has UseUnicode = True and CharSet=UTF-8 .
But TMyDump stores file in non unicode format.
Unicode words are shown as "??????".
Other words which correspond to system code page are shown normally.
How can I dump/restore unicode schema using sql dump file in Unicode format?