Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » Error Messages » SQL preprocessor error messages » SQL preprocessor error messages sorted by message text

 

Token too long

Error code 2639
Probable cause

The SQL preprocessor has a maximum token length of 2KB. Any token longer than 2KB will produce this error. For constant strings in embedded SQL commands (the main place this error shows up) use string concatenation to make a longer string.