Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
-
maltseff
- Posts: 5
- Joined: Mon 10 May 2010 04:08
Post
by maltseff » 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?
-
Dimon
- Devart Team
- Posts: 2910
- Joined: Mon 05 Mar 2007 16:32
Post
by Dimon » Tue 11 May 2010 09:20
To solve the problem set UseUnicode to False and CharSet to UTF8.
-
maltseff
- Posts: 5
- Joined: Mon 10 May 2010 04:08
Post
by maltseff » Tue 08 Jun 2010 08:15
I now this, but this will save as UTF-8, but I need Unicode (not UTF-8).
-
Dimon
- Devart Team
- Posts: 2910
- Joined: Mon 05 Mar 2007 16:32
Post
by Dimon » Wed 09 Jun 2010 13:40
We are investigating the problem. As soon as we solve this question we will let you know.
-
Dimon
- Devart Team
- Posts: 2910
- Joined: Mon 05 Mar 2007 16:32
Post
by Dimon » Thu 10 Jun 2010 11:13
We have reproduced this problem and fixed it. This fix will be included in the next MyDAC build.
-
maltseff
- Posts: 5
- Joined: Mon 10 May 2010 04:08
Post
by maltseff » Fri 25 Jun 2010 04:00
Thank you. Waiting for a new build.
-
Dimon
- Devart Team
- Posts: 2910
- Joined: Mon 05 Mar 2007 16:32
Post
by Dimon » Tue 29 Jun 2010 08:31
New build of MyDAC version 5.90.0.59 is available for download now.