20270

Symbolic constant

SYBECRSNOCOUNT

Message text

The DBNOCOUNT option should not be turned on when doing updates or deletes with dbcursor().

Possible Cause

DBNOCOUNT option has been previously set with dbsetopt(). This is incompatible with cursor update/delete operations.

Action/solution

Correct application coding.

Additional information

Versions

All