Page tree
Skip to end of metadata
Go to start of metadata

Too long string literal

Explanation:

This error is raised by the parser when it is passed a very long statement.

The limit for a single statement in ASE 15.7.x and 16.0 is 16,384 bytes.

Note that unicode text may use more than one byte per character.

  • No labels