Page 1 of 1

Problems with strings with extended ASCII

Posted: Mon 21 May 2012 02:01
by ggroke
Hello,

I am connecting to a database whose string fields use extended ASCII characters (i.e., accented characters), but whenever I retrieve those fields, these characters disappear, for instance, if the field contains "fiancé", I get "fianc".

Is there any fix for this?

Best regards,

GG

Re: Problems with strings with extended ASCII

Posted: Tue 22 May 2012 07:48
by ROD
Hello,

In your connection, set the UseUnicode property to True. Then you should recreate all text fields of dataset-components in Fields Editor (in order that the "wide" prefix appears in the field type name).
If this does not work, specify the versions of Delphi, database and components. And send us a simple example where this does not work.