Subject Re: [firebird-support] Does anybody know how to write unicode string into DB using API?
Author Dimitry Sibiryakov
On 24 Nov 2003 at 19:02, Aleksejs Kolesnikovs wrote:

>I did look an API documentation and didn#t found how to tell API that the
>string is a unicode string.

Like any other charset.

>Should I just set DB connection dpb parameter charset isc_dpb_set_db_charset
>to |UNICODE_FSS# and API will interpret SQL_TEXT is a UNICODE ?

You should set isc_dpb_lc_ctype parameter to unicode_fss and use
utf-8 encoded strings for character (SQL_TEXT) values.

SY, Dimitry Sibiryakov.