is it possible to get -811 error when you use cursors. why?
Answers were Sorted based on User's Feedback
When you are fetching cursor without declaration.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / purushothr
Yes it is possible only in cursor. if u trying to retrieve
more than one row at the same time by using cursor then -
811 error ll come.
| Is This Answer Correct ? | 6 Yes | 14 No |
Can we insert update delete in view?
What is database alias db2?
Why cursor is used in db2?
My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??
What is difference between isnull and coalesce?
What is an inner join, and an outer join ?
WHAT IS NULL INDICATOR ? WERE IS THIS USED? AND IF IT IS USED IN FILES CONCEPT? HOW DO WE USE IT?
Where are plans stored?
what happend with out using Commit,when closing cursor and program?
Do we have any optinon to search part of integer in DB2 as we have for character Like,SUBSTR optins?
What is buffer pool and list some of them?
What does the sqlcode of -818 pertain to?