Column data type considerations

The following data types are available in SQL Anywhere:

Any of the character or binary string data types such as CHAR, VARCHAR, LONG VARCHAR, NCHAR, BINARY, VARBINARY, and so on, can be used to store large objects such as images, word-processing documents, and sound files.

 See also

NULL and NOT NULL columns
BLOB considerations