Subject | RE: [firebird-support] Help On Unicode! |
---|---|
Author | Alan McDonald |
Post date | 2004-05-10T13:01:53Z |
> Can anybody give me some hints and samples to update Unicode text toIf you are truly novice, perhaps we should ask if you really want/need 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
use UNICODE_FSS at all?
Alan