Subject How to implement uicode support?
Author constantijnw
Hi,

I want to implement unicode support using Fb 1.5.1, D7 and TIBOQuery.
I have specified UNICODE_FSS as TIBODatabase.CharSet. Persistent
fields of type TWideString have been created for VARCHAR fields,
character set UNICODE_FSS.
When I execute a select I get an error message: expecting: WideString;
actual: String. Why?

Tia,
Constantijn