dougcoulter
Programmer
I think I am losing my mind. I have a stored procedure using a cursor (in SQL 7.0) to update some records (and I swear it was working yesterday!), but I now am receiving the following message for each record update attempt:
Server: Msg 16947, Level 10, State 1, Line 32334296
No rows were updated or deleted.
The statement has been terminated.
The statements in question are:
UPDATE OpModeHistory
SET Occurrence = 2
WHERE CURRENT OF OpModeCursor
I do not seem to have any syntax issues. Any ideas?
Thanks...
Server: Msg 16947, Level 10, State 1, Line 32334296
No rows were updated or deleted.
The statement has been terminated.
The statements in question are:
UPDATE OpModeHistory
SET Occurrence = 2
WHERE CURRENT OF OpModeCursor
I do not seem to have any syntax issues. Any ideas?
Thanks...