Page 1 of 1

Turkish Character Set with 4.X

Posted: Sun 19 Mar 2006 12:48
by Adem Meral
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.

Solution

Posted: Sun 19 Mar 2006 14:20
by Adem Meral
I found the solution.

When i set the

DBConn.Options.Charset:='latin5';


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

for EMS MYSQL

Posted: Sun 19 Mar 2006 14:39
by Guest
you can set the character set when you define the connection.

All seems to work now.

Thanks