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

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -