when we are trying to update db2 rows. if the program
abends . how we will know that the last successful update
row was
Answer Posted / prachi
check for sqlca.sqlerrd[2] -
as it indicates the number of rows processed before the
error occurred in a multirow INSERT, UPDATE, or DELETE
statement.
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Explain what are the various isolation levels possible?
What is a db2 collection?
How does coalesce work?
What does db2 plan contain?
How to rename a table in DB2 ?
What is bind and rebind in db2?
Can we update view in db2?
What are the rules for db2 programming?
What is the maximum size of a char data type in db2?
How do you pull up a query which was previously saved in qmf?
What is the max length of sqlca?
what is db2 restart?
What do you mean by cursor?
Explain in brief how does db2 determine what lock-size to use?
What is release/acquire in bind?