Subject | RE: [IB-Architect] Database names: Hair trigger |
---|---|
Author | Helen Borrie |
Post date | 2000-05-07T04:34:42Z |
At 12:25 AM 07-05-00 -0400, Claudio wrote:
insert into ComponentData(Title, Description)
values(_UNICODE_FSS 'War and Peace', _UNICODE_FSS 'Íàñòîëüíàÿ êíèãà
Interbase ðàçðàáîò÷èêà');
Helen
http://www.interbase2000.org
___________________________________________________
"Ask not what your free, open-source database can do for you,
but what you can do for your free, open-source database."
(J.F.K.)
>This resembles me the case with string literals that can be prefixed with aAnd I thank whomever it was who told me that trick - it's a treat!
>special charset declaration that's only buried in the collective memory,
>because AFAIK no official document speaks about that trick.
>;-)
>
>C.
insert into ComponentData(Title, Description)
values(_UNICODE_FSS 'War and Peace', _UNICODE_FSS 'Íàñòîëüíàÿ êíèãà
Interbase ðàçðàáîò÷èêà');
Helen
http://www.interbase2000.org
___________________________________________________
"Ask not what your free, open-source database can do for you,
but what you can do for your free, open-source database."
(J.F.K.)