About Mydump, Charset=euckr

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
iosys
Posts: 2
Joined: Mon 07 Jun 2010 05:42

About Mydump, Charset=euckr

Post by iosys » Mon 07 Jun 2010 06:02

use Delphi2010, Mydac 5.9, Mysql 5.1(innodb-euckr), Mydump

I have a question about the MyQuery.backuptofile

Myconnection property
useunicode : false/true
charset : euckr

I'm korean, I use Korean(Hangul).
When you see the use Myquery dbgrid holds a clear view of Hangul(Korean).
However, when you save the file using MyDump.backuptofile Hangul( (Korean) seems broken. /???????
What part do you check the settings?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 07 Jun 2010 08:31

On setting the TMyConnection.Options.Charset property this charset is sent to serverm, and after this server converts all string fields to the charset.
To solve the problem set the UseUnicode property to False.

iosys
Posts: 2
Joined: Mon 07 Jun 2010 05:42

About Mydump, Charset=euckr

Post by iosys » Mon 07 Jun 2010 09:12

UseUnicode property to false / true I did was both.
But both seem broken as well.
TMyConnection.Options.Charset property euckr both space and these ideas also seems broken.

Is not there anything else I need to check?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 07 Jun 2010 10:10

I can not reproduce the problem.
Pleae, try to compose a small sample to demonstrate the problem and send it to dmitryg*devart*com, including script to create database objects.

Post Reply