Previous Topic: -5 - TABLE tablename IN DDD AND NOT IN CXXNext Topic: -7 - INCOMPLETE STRING.  CHECK FOR MISSING QUOTES


-6 - STRING CONSTANT TOO LONG

Reason:

The lexical analyzer has detected a string constant that exceeds the maximum allowable length of a column.

The SQLSTATE that equates to this SQL return code is 54002.

Action:

Verify that the string in question is valid. The problem may be caused by improper delimiters.