Subject Help On Unicode!
Author macauit
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