IBDAC BLOB Field AsString works incorrect TIBCQuery

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
eschgi
Posts: 2
Joined: Fri 21 May 2010 14:09

IBDAC BLOB Field AsString works incorrect TIBCQuery

Post by eschgi » Fri 21 May 2010 14:19

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!!

eschgi
Posts: 2
Joined: Fri 21 May 2010 14:09

Post by eschgi » Fri 21 May 2010 15:15

I found the setting "EnableMemos" i must set to True under the TIBCConnection Options.

Thanks 4 Help.

Post Reply