DB2: A calls B once sucessfull and second time when it
calls says curson is open why is it so?
Answer / sunil
while declearing the cursor in working-storage
section 'with hold' option is used due that's why cursor
remains open while next processing
| Is This Answer Correct ? | 8 Yes | 0 No |
What is the use of commit in db2?
What is the role of data manager in the db2 database?
What is a DB2 bind?
What is meant by the attachment facility?
Explain package in db2 and its advantages?
what is parm utility
What is copy book?
How do you define a correlated name?
i want to delete 20th million record how ?
Which isolation level provides maximum concurrency?
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?
What is a synonym? How is it used?