Subject | Re: [ib-support] who have experience of using UNICODE_FSS with firebird |
---|---|
Author | Helen Borrie |
Post date | 2002-04-22T14:27:36Z |
At 10:16 PM 22-04-02 +0800, you wrote:
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/
_______________________________________________________
>Dear everybody,You won't be able to store non UNICODE data in a column that is declared as
>
>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.
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/
_______________________________________________________