<< Click to Display Table of Contents >>
bReadOnly
The following table illustrates the effect that the access mode of the source cursor has on the cloned cursor access mode:
Source cursor |
bReadOnly |
Cloned cursor |
|
Read-only |
TRUE |
Read-only |
|
Read-only |
FALSE |
Read-only |
|
Read-write |
TRUE |
Read-only |
|
Read-write |
FALSE |
Read-write |
|