Subject ADO.NET with Firebird using UTF-8 (UNICODE)
Author donnylaichifai
I am trying to use ADO.NET to connect with Firebird (done) and using
the UTF-8 as the character set in ASP.NET pages. I cannot config
Firebird so that it can store and retrieve UNICODE data. I am using
OLEDB.NET's Oledb driver for firebird. Do you have information about
globalization of Firebird?

Do you have any information of how to enable Firebird to store and
retrieve UNICODE data? Should we define the CharType when create the
database or Set it as default and define Columns as UNICODE-FSS when
creating tables? I tried both. But failed. Do you have any document
about this issue?