Subject Re: usable characters for varchar and memos
Author Ed Dressel
> alter table TableName add col_temp varchar(3) character set ISO8859_2;
> commit;
> update table set Col_temp = cast(source_column as char(30) character
> set Octets)

[note: previous post had incorrect character set number. fixed]

Reading The FB Book, I am trying to figure out why ISO8859_2 works
with #0, but NONE does not. The book states that ISO8859_2 is Latin
2--so Latin 2 supports Char(0)?