Page 1 of 1

IBDAC BLOB Field AsString works incorrect TIBCQuery

Posted: Fri 21 May 2010 14:19
by eschgi
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!!

Posted: Fri 21 May 2010 15:15
by eschgi
I found the setting "EnableMemos" i must set to True under the TIBCConnection Options.

Thanks 4 Help.