[TCRDBGrid] Unicode ERROR!!

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Soida
Posts: 8
Joined: Sun 01 Aug 2010 05:35

[TCRDBGrid] Unicode ERROR!!

Post by Soida » Mon 02 Aug 2010 08:10

Look at the picture:
Image[/img]

Soida
Posts: 8
Joined: Sun 01 Aug 2010 05:35

Post by Soida » Mon 02 Aug 2010 08:11

I use MySQL and UniDac 3.0.10!

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

Post by Dimon » Mon 02 Aug 2010 09:16

To solve the problem set the UseUnicode specific option to True, like this:

Code: Select all

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

Soida
Posts: 8
Joined: Sun 01 Aug 2010 05:35

Post by Soida » Mon 02 Aug 2010 09:24

Yes, it's woking now :D
Thank you very much!

Post Reply