Page 1 of 1
Problem with Greek chars in Unidac 5.5
Posted: Sun 23 Nov 2014 12:40
by nickosl50
Hi, I downloaded Unidac 5.5 for use with Rad Studio XE6. Using a TUniCOnnection & TUNiQuery and trying to display an oracle xe table with Greek chars , it appears to be a problem with the display of string fields with Greek chars (don't display correctly). The same table using FireDac appears OK. Would you please tell me if I have to use some setting or something else.
Thank you very much
Re: Problem with Greek chars in Unidac 5.5
Posted: Mon 24 Nov 2014 07:49
by AlexP
Hello,
Try setting the UseUnicode and UnicodeEnvironment options to true :
Code: Select all
UniConnection1.SpecificOptions.Values['UseUnicode'] := 'true';
UniConnection1.SpecificOptions.Values['UnicodeEnvironment'] := 'true';
Re: Problem with Greek chars in Unidac 5.5
Posted: Tue 25 Nov 2014 14:40
by nickosl50
That solved the problem.Thank you very much for your help.
Re: Problem with Greek chars in Unidac 5.5
Posted: Wed 26 Nov 2014 06:40
by AlexP
Glad to see that the issue was resolved. If you have any further questions, feel free to contact us.