1.

What Is Cursor Stability?

Answer»

It is cursor STABILITY that “TELLS” DB2 that database values read by this application are protected only while they are being used. (Changed values are protected until this application reaches the commit point). As soon as a program MOVES from ONE row to another, other programs may read or the FIRST row.

It is cursor stability that “tells” DB2 that database values read by this application are protected only while they are being used. (Changed values are protected until this application reaches the commit point). As soon as a program moves from one row to another, other programs may read or the first row.



Discussion

No Comment Found