Turkish Character Set with 4.X

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Adem Meral

Turkish Character Set with 4.X

Post by Adem Meral » Sun 19 Mar 2006 12:48

There is a problem in mydac 4x with turkish characters. When i access the data with 3x there is no problem at all.


I am a customer of MyDAC 3 but i am trying the 4x demo, can it be something about the demo?

I think EMS MySQL Manager uses the same compoents because in versions 2.3.8.7 there is no problem but the newer versions have the same bug.

I have

default-character-set=latin5

in my my.ini


Thanks.

Adem Meral

Solution

Post by Adem Meral » Sun 19 Mar 2006 14:20

I found the solution.

When i set the

DBConn.Options.Charset:='latin5';


it all works good. So i can upgrade to 4x thanks.

Guest

for EMS MYSQL

Post by Guest » Sun 19 Mar 2006 14:39

you can set the character set when you define the connection.

All seems to work now.

Thanks

Post Reply