previous |
start |
next
Scrollable and Updatable Result Sets
- Possible type constants
- TYPE_SCROLL_SENSITIVE
- Result set scrollable
- Result set is updated when other processes change the
information in the database
-
- TYPE_SCROLL_INSENSITIVE
- Result set scrollable
- Result set is NOT updated when other processes change the
information in the database
- TYPE_FORWARD_ONLY
- Result set not scrollable
- This is the default
- Possible concurrency constants
- CONCUR_UPDATABLE
- You can update the database by editing the result set
- CONCUR_READ_ONLY
- You can NOT update the database by editing the result set
previous |
start |
next