Subject RE: [firebird-support] Help On Unicode!
Author Alan McDonald
> Can anybody give me some hints and samples to update Unicode text to
> a Unicode table?
>
> I have difficulty to insert Unicode text to a Unicode table.
> It seemed IBConsole also wouldn't allow me to enter data to that
> table.
>
> My sample table is just like:
>
> CREATE TABLE "plane"
> (
> "NAME" VARCHAR(30) CHARACTER SET UNICODE_FSS default 'simon',
> "Address" VARCHAR(30) CHARACTER SET UNICODE_FSS,
> "QTY" INTEGER
> );
>
>
> It seems Firebird/Interbase doesn't have enough paragraphs on Unicode!
>
>
> Any kind help is appreciated!
>
> A novice programmer

If you are truly novice, perhaps we should ask if you really want/need to
use UNICODE_FSS at all?
Alan