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 / jagan
In SQLCA , we have field named SQLERRD . In SQLERRD(3) , the
no of rows successful updated (or) inserted can be found .
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What is load replace in db2?
Explain the function done by data manager?
What are the 2 sqlcodes that are returned?
What is the use of predicate?
What is the maximum size of varchar data type in db2?
What is runstats utility in db2?
What is the use of commit in db2?
What is isolation level in db2?
What is the role of union all and union
What is a Foreign Key?
Can we insert update delete in view?
What is the maximum length of sqlca?
Define data page.
Which component is used to execute the sql statements?
Which is faster delete or truncate?