when i am trying to update a table having 1000 rows. the
program abends.how we will come to know the last successful
updated row was. we are not using any commit operations
Answers were Sorted based on User's Feedback
Answer / sesha
If there is no commit is mentioned,processed records are
lost when an abnormal end occurs.Rows are inserted,
updated,deleted in a table, those changes will be
lost in case of abend.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / girish kumar
if u want to update ur changes to the database, posible when the commit is executed or when the program successfully executed. none other any situation database will not update.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the difference between cursor and select statement?
What is the size of a data page?
What is coalesce in db2?
Which are the db2 tools to protect integrity of the database?
Which component is responsible for db2 startup and shutdown?
What is a bind in db2?
What is correlated subquery?
define clustering index.
what is dynamic cursor?gives syntax for this?
Is ibm db2 free?
what are the bind parameters?
What is an EXPLAIN in DB2. How and what is the steps followed in EXPLAIN command. Can all the queries be used in EXPLAIN command to check the performance.