What happens to a cursor after a commit?
Answers were Sorted based on User's Feedback
Answer / angoca
The commit will close the cursor if this last was not
declared with the 'with hold' option.
| Is This Answer Correct ? | 14 Yes | 0 No |
If the cursor is defined with "WITH HOLD" option, it will NOT closed even after the commit operation, else cursor will be closed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a Foreign Key?
0 Answers Tavant Technologies, Zensar,
Define sqlca.
How to create a table using embedded sql?
What happens in bind step in a db2 program?
What are concurrency issues?
What is null in db2?
Which is faster delete or truncate?
what is Runstats? Whem will u choose to runatats?
What is copy pending and check pending in db2?
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?
Is db2 free?
What is a composite index and how does it differ from a multiple index?