Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

from read only-cursor to updatable-cursor 1

Status
Not open for further replies.

ruupy

Programmer
Jan 12, 2001
29
NL
Hellow every~1,

Can anyone help me out with this cursorproblem i've got.
A standard local cursor, selecting a field per record into a declared variable will not allow an update (using 'WHERE CURRENT OF [cursorname]....

'Msg 16929 Level 16 CURSOR READ ONLY' is the result.


FOR UPDATE [tabel.columnname] does not change this errormessage.

What am i doing wrong here???

ThenX in advance.

RuupY

 
usualy it is a common problem for scroll cursors, and cursors wich contains group by, order by. John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top