Subject Re: [ib-support] who have experience of using UNICODE_FSS with firebird
Author Helen Borrie
At 10:16 PM 22-04-02 +0800, you wrote:
>Dear everybody,
>
>who have experience of using UNICODE_FSS with firebird? Could you share
>your experience with me? Post some examples. I cannot store data in
>UNICODE_FSS.

You won't be able to store non UNICODE data in a column that is declared as
unicode, and vice versa.

If you aren't using a unicode-capable input device, and you DO have a
UNICODE_FSS column, try this:

insert into mytable(id, unicodestring)
values(999, _UNICODE_FSS 'This is unicode');

cheers,
Helen


All for Open and Open for All
Firebird Open SQL Database · http://firebirdsql.org ·
http://users.tpg.com.au/helebor/
_______________________________________________________