SYBECRSNOCOUNT
The DBNOCOUNT option should not be turned on when doing updates or deletes with dbcursor().
DBNOCOUNT option has been previously set with dbsetopt(). This is incompatible with cursor update/delete operations.
Correct application coding.
All