Atozed Forums

Full Version: Unicode Character
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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!
(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?
(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?
(06-28-2018, 02:09 PM)Mirco Wrote: [ -> ]
(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?
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, 03:15 PM)joelcc Wrote: [ -> ]
(06-28-2018, 02:09 PM)Mirco Wrote: [ -> ]
(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?
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.

Yes the documentation say CharacterSet=utf8 but the error persist
(06-29-2018, 06:50 AM)Mirco Wrote: [ -> ]
(06-28-2018, 03:15 PM)joelcc Wrote: [ -> ]
(06-28-2018, 02:09 PM)Mirco Wrote: [ -> ]
(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?
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.

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.
Pages: 1 2