Aviso importante


  C. A. Dornelles

SQL - SQLCODE's - Códigos positivos


Volta a página anterior

Volta ao Menu Principal


Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF.

SQLCode +494
NUMBER OF RESULT SETS IS GREATER THAN NUMBER OF LOCATORS

Causa
The number of result set locators specified on the ASSOCIATE LOCATORS statement is less than the number of result sets returned by the stored procedure. The first "n" result set locator values are returned, where "n" is the number of result set locator variables specified on the SQL statement.

Ação do sistema
The SQL statement is successful. The SQLWARN3 field is set to 'Z'.

Resposta do Desenvolvedor
Increase the number of result set locator variables specified on the SQL statement.

SQLSTATE: 01614