Defining a Character Set
Go Up to Defining Columns
The data type specification for a CHAR
, VARCHAR
, or BLOB
text column definition can include a CHARACTER SET
clause to specify a particular character set for a column. If you do not specify a character set, the column assumes the default database character set. If the database default character set is subsequently changed, all columns defined after the change have the new character set, but existing columns are not affected. For a list of available character sets recognized by InterBase, see Character Sets and Collation Orders.