Show TOC

-1006: Too many variablesLocate this document in the navigation structure

Use

Explanation

A maximum of 2000 parameters may be specified per SQL statement.

User Response

Reduce the number of parameters specified in the SQL statement. Some parameters must be replaced with constant values. If this is not possible, split the SQL statement into several SQL statements.