Unicode
Posted: Sat 24 Aug 2019 01:45
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
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