Page 1 of 1

[TCRDBGrid] Unicode ERROR!!

Posted: Mon 02 Aug 2010 08:10
by Soida
Look at the picture:
Image[/img]

Posted: Mon 02 Aug 2010 08:11
by Soida
I use MySQL and UniDac 3.0.10!

Posted: Mon 02 Aug 2010 09:16
by Dimon
To solve the problem set the UseUnicode specific option to True, like this:

Code: Select all

  UniConnection.SpecificOptions.Values['UseUnicode'] := 'True';

Posted: Mon 02 Aug 2010 09:24
by Soida
Yes, it's woking now :D
Thank you very much!