I am getting a error multiple row fetched while executing a
Cobol-DB2 program.How can I solve it without using a cursor.
Answer Posted / nadeem
Select statement fetches only one row from table..make sure
ur program doesn fetch multiple rows..cursor is the only
way to fetch multiple rows to my knowledge..
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How to retrieve rows from a db2 table in embedded sql?
What is ibm db2 database?
How do you eliminate duplicate values in db2?
What is an instance in db2?
What is null value in db2?
What is the difference between cursor and select statement?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
What is schema in db2?
What is the maximum size of a char data type in db2?
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
Define check constraint.
What is query_cache_limit?
List out the data types available.
What is check constraint in db2?
Explain how can you do the explain of a dynamic sql statement?