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

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -