how to resolve -811 error. give clear explination
Answer Posted / krishnaveni
-811:cursor not defined:
whenever select trying to retrieve multiple records we will
get this error
this error can be resolved when we declare a cursor
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is syscat in db2?
Are view updateable?
What is the difference between using bind () and rebind () methods of naming class?
On which levels locks can be applied?
Explain about mirror activator disk mirroring?
What are the full forms of spufi and dclgen and why are they used?
What is database reorganization?
define clustering index.
List out the data types available.
What is dclgen (declaration generator)?
What is database manager in db2?
How to fetch the last row from the table in SQL (db2)?
What is runstats db2?
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
Is db2 a mainframe?