When i load a BLOB Field with a TIBCQuery Component i get the encoded UTF8 String and not in UNICODE Format!!
I access the Field so:
qry.Fields.AsString
i get that:
Hallo °C äöü
and the correct value is:
Hallo °C äöü
I must do some settings?
Thanks!!