wat is curser?? and its types???
Answers were Sorted based on User's Feedback
Answer / gss
Cursor we can define as pointer to the records of database
where we can fetch the records depending on varios
conditions or even sequential.
| Is This Answer Correct ? | 10 Yes | 2 No |
Answer / abhijeet m
Simple cursor (Only one fetch operation per record )and
Scrollable cursor (Can be moved up or down of cursor result
set)
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / gagan
A cursor is a temporary area of storage that is used to hold the information that is retreived from the SQL select statements.A cursor is mainly used to point to the table retrieved as a result of select query.
Types of cursor :
Serial cursor: In this the rows retreived from the resulting table are in sequential order .Also once EOF is reached the cursor can not be repositioned
Scrollable cursor:In this the rows retreived are based on the position mentioned on the FETCH statement
| Is This Answer Correct ? | 2 Yes | 1 No |
how do I play {insert rpg system here}?
what is kids-rpg?
suppose we have 10 members in physical file and i have to use 4 out of 10 so how can we read this in RPG
When will DUMP & DEBUG be ignored?
How can you delete a record from a file in RPG without using DELETE oppcode?
Why there is invention of RPG if we can do insert update delete in CL through SQL.Why the rise of RPG?
parameters cannot be passed in which one???
how do u find whether a record is locked or not??
How to write record if no field or the field are different in physical file in rpgle ?
What is Multi Occurrence Data Structure(MODS)?
how we create binder member for updating service program and where we type this code on command line or in program ? strpgmexp pgmlvl(*current) export symbol (xyz0 endpgmexp. plz explain me this step by step .
what is commitment control?explain about it?