What is the purpose of using commit?
No Answer is Posted For this Question
Be the First to Post Answer
what is sql abend code -801,-802?
I HAVE 500 ROW TO UPDATE I WOULD LIKE TO USE ROLLBACK ALONG WITH COMMIT.WHAT IS THE SYNTAX TO CODE COMMIT AND ROLLBACK FOR EVERY 100 ROWS.AND HOW THE CURSOR ROLLBACK TO THE LAST COMMITTING POINT.
0 Answers ITC Infotech, Syntel,
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
What is database alias db2?
B37 abend during spufi?
Suppose the outcome of executing a query results in a row having null. Based on the answer how you use it? Its declaration and inclusion?
What is the difference between using bind () and rebind () methods of naming class?
What is multi row fetch in db2?
what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names
Under what circumstances will DB2 allow an SQL statement to update more than one primary key value at a time?
a cursor normally gets closed once we provide a commit . If u try to close the same cursor with close cursor command later after providing the commit will there be any sql-error.
when we are tying to update a table having 100 rows. if the program abends when updating 51 row . how to start updating again from the 51 row .what was the logic