Background documentation-706: SQL statement too long (buffer overflow) Locate this document in the navigation structure

 

Explanation

The SQL statement does not fit the buffer used for communication between the application program and the database.

User Response

Change the statement or break down the SQL statement into two or more SQL statements.