Page 1 of 1

Unicode & MyDac 7.5

Posted: Wed 19 Sep 2012 10:37
by Killbrum
Good day! I have one problem. Im using MyDac 7.5 version (last from site) and i need to use unicode with it. I have DB with utf8_general_ci encoding. When i try to parse field form my DB i get something like that "????????" but when i look into DB from Navicat i see correct encoding. Where is my fault? Thanks!

Re: Unicode & MyDac 7.5

Posted: Wed 19 Sep 2012 11:11
by AndreyZ
Hello,

To solve the problem, you should set the TMyConnection.Options.UseUnicode property to True. For more information about the UseUnicode property, please refer to the MyDAC documentation.