The method that was called failed, because the buffer for the connection to the database is too small to execute the SQL statement. The SQL statement is probably too long or too complicated, or additional functions such as the SQLDBC_Prepared_Statement::setCommandInfo method were used.
You have the following options:
Use the CommandBufferSize database parameter to increase the buffer size.
Shorten the SQL statement.
Use less parameters/columns in the SQL statement.