Unicode & MyDac 7.5
Unicode & MyDac 7.5
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!
-
AndreyZ
Re: Unicode & MyDac 7.5
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.
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.