SQL/MP Messages Manual
HP NonStop SQL/MP Messages Manual—427720-006
2-1
2 General Messages (0 to 999)
SQL 0
Cause. The operation completed successfully.
Effect. Control returns to you or to the calling program.
Recovery. Informational message only; no corrective action is needed.
SQL 100
Cause. For a fetch operation, the fetch was at end-of-file or no rows qualified. For a
delete or update operation, no rows were modified.
Effect. No rows qualify for the operation.
Recovery. Check that you are positioned correctly in the file and that you specify the
rows correctly.
SQL 102
Cause. The program's SQLDA had the NUM-ENTRIES item set to a value less than
the number of select items in the statement.
Effect. Only the smaller number of select list items is returned.
Recovery. Informational message only; no corrective action is needed.
SQL 103
Cause. The program's SQLDA had its NUM-ENTRIES item set to a value greater than
the number of select items in the statement.
Effect. Only the smaller number of select list items is returned.
Recovery. Informational message only; no corrective action is needed.
0 Successful SQL operation.
100 No rows selected or modified.
102 The number of host variables is less than the number of
select items in the statement. The smaller number of items
is returned.
103 The number of host variables is more than the number of
select items in the statement. The smaller number of items
is returned.