Page 1 of 1

Unicode

Posted: Sat 24 Aug 2019 01:45
by stvhui
Hello to you,
I'm using Delphi7 (32bit), Unidac 7.4.12
Connect to MySQL Database
In MySQL data contains Chinese character, that can shown from MySql Table.
I'm new in delphi also in unidac components
The Problem is When using unidac to load the database table that contains chinese character it shown ??? (three question mark).
I tried to put code :
UniConnection1.SpecificOptions.Values['UseUnicode'] := 'true';
But still not works, why?
Please guide me and thanks in advance.

Regards,
Steven

Re: Unicode

Posted: Tue 27 Aug 2019 10:15
by ViktorV
Unfortunately, we can't reproduce the issue.
Could you please try to reproduce it in our UniDacDemo demo project and let us know the results? You can find this project in the: %UniDACDemos%\UniDacDemo folder, where %UniDACDemos% is the path to UniDAC Demo projects on your computer.