How do u achieve record level locking in DB2 versions when
record level locking is not allowed?
Answers were Sorted based on User's Feedback
Answer / nahid gorji
By using locksize page and Isolation level CS.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / s
By storing one row per data page and using page locks.
Is This Answer Correct ? | 1 Yes | 2 No |
What does CURRENTDATA option in bind indicate
In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once again?
can we drop column from a table
What is cascading rollback?
What is dbrm library?
What is the error code -803 ?
Explain the function of data manager.
What is data manager?
in a table consist of 1000 records among that i was updated 145 record how could i know that ..list of recently updated record's and where could i see those updated record's....pls help me out....
Mention some fields that are a part of sqlca.
what is sql abend code -801,-802?
how can you copy records present in a flat physical file to a database file(physical file).please explain in rpg400 with a simple example