![]() |
|
Unicode Character - Printable Version +- Atozed Forums (https://www.atozed.com/forums) +-- Forum: Atozed Software (https://www.atozed.com/forums/forum-1.html) +--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html) +---- Forum: English (https://www.atozed.com/forums/forum-16.html) +----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html) +----- Thread: Unicode Character (/thread-404.html) Pages:
1
2
|
RE: Unicode Character - Mirco - 06-28-2018 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! RE: Unicode Character - joelcc - 06-28-2018 (06-28-2018, 09:29 AM)Mirco Wrote: Hi, Did you set unicode=true in the driver? RE: Unicode Character - Mirco - 06-28-2018 (06-28-2018, 01:08 PM)joelcc Wrote:(06-28-2018, 09:29 AM)Mirco Wrote: Hi, Sorry what do you mean by driver? RE: Unicode Character - joelcc - 06-28-2018 (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, RE: Unicode Character - Mirco - 06-29-2018 (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, Yes the documentation say CharacterSet=utf8 but the error persist RE: Unicode Character - joelcc - 06-29-2018 (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, 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. |