ASA SQL Reference
SQL Data Types
Character data types
Arbitrary length character data.
LONG VARCHAR
Arbitrary length strings. The maximum size is limited by the maximum size of the database file (currently 2 Gb).
In addition to the length of the string itself, there is some additional overhead for storage.
SQL/92 Vendor extension.
Sybase Not supported in Adaptive Server Enterprise.
CHARACTER VARYING (VARCHAR) data type [Character]