SQL-02126

Error: SQL-02126: Count of array elements cannot be negative (i.e. < 0)

Causa: The precompiler found a negative number of array elements in the N or F element of the SQLDA (SQL Descriptor Area, which is used with dynamic SQL Method 4). Before executing the DESCRIBE statement, N must be set to the dimension of the descriptor arrays. After executing the DESCRIBE statement, N must be reset to the actual number of variables DESCRIBEd, which is stored in the F variable.

Acción: Check that the N or F variables are set to non-negative values.

COMENTARIOS:


No hay comentarios.