06-29-2018, 02:24 PM
(06-29-2018, 06:50 AM)Mirco Wrote:(06-28-2018, 03:15 PM)joelcc Wrote:(06-28-2018, 02:09 PM)Mirco Wrote:I have not used firedac, but you should be able to set parameters in your connection statement. One of them should be a unicode parameter.(06-28-2018, 01:08 PM)joelcc Wrote:(06-28-2018, 09:29 AM)Mirco Wrote: Hi,
I have the same problem with a connection to a datasnap server that use firedac to open mysql table.
Any suggestion if the problem is firedac or datasnap server and what parameters is missed?
Thanks!
Did you set unicode=true in the driver?
Sorry what do you mean by driver?
Yes the documentation say CharacterSet=utf8 but the error persist
On the dbexpress driver you have to set unicode=true. The setting is not in the characterset. I am not sure how firedac works but you might look for other settings.