Subject | Re: usable characters for varchar and memos |
---|---|
Author | Ed Dressel |
Post date | 2008-01-30T19:06:29Z |
> alter table TableName add col_temp varchar(3) character set ISO8859_2;[note: previous post had incorrect character set number. fixed]
> commit;
> update table set Col_temp = cast(source_column as char(30) character
> set Octets)
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)?