Using Large Identifiers for database objects

The ASE Drivers support the new ASE large identifiers, or names, for database objects. Some object names in ASE 15.0 now have new limits of 255 bytes. As a result, you can now have longer names for objects such as tables, columns, and procedures.

WARNING! If you use large identifiers in C++ programs or client applications, you must allocate sufficient buffer lengths to avoid data truncation.