what is the sqlcode -501
Answers were Sorted based on User's Feedback
Answer / anshuman
cursor identified in fetch or close statement is not opened.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / chinmay
Must open a cursor before attemptng to fetch from it and
close it.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajesh patnana
cursor is already opened when we are trying to open again
Is This Answer Correct ? | 3 Yes | 3 No |
Which one allows duplicate values Union or Union All ?
What is a base table?
There is a 5000 EMP in company.how we find out the 5th highest getting salary employee outof 5000 employes........
What is buffer pool and list some of them?
What are delete-connected tables?
What is the function of the Data Manager?
Explain what a plan is?
What is the use of db2 optimizer?
which is the most efficient tablespace?? a.simple tablespace. b.partitioned tablespace. c.segmented tablespace. d.none of the above. please post answer with the reason.?
I have 1000 rows in a db2 table.I want to update first 100 records,How do I do it?
What is JOIN and different types of JOIN.
What is copy pending and check pending in db2?