DB2 error in stored procedure when using "scroll" cursor -
DB2 error in stored procedure when using "scroll" cursor -
i want utilize scroll cursor in db2 stored procedure, absolute position. after declare srcoll cursor
declare cursor1 scroll cursor homecoming ....
the deploy homecoming errors
an unexpected token "scroll" found next "". expected tokens may include: "for".. sqlcode=-104, sqlstate=42601, driver=3.68.61.
the procedure simple btw, can assume has cursor declaration , return.
i googled lot, still couldn't figure out why, kind of rookie question, please help show pointers, 1000000 thanks!
stored-procedures scroll cursor db2
Comments
Post a Comment