MDAC 2.5 SDK - ODBC Programmer's Reference
Chapter 11: Retrieving Results (Advanced)
The four types of scrollable cursors are static, dynamic, keyset-driven, and mixed. Static cursors detect few or no changes but are relatively cheap to implement. Dynamic cursors detect all changes but are expensive to implement. Keyset-driven and mixed cursors lie in between, detecting most changes but at less expense than dynamic cursors.
The following terms are used to define the characteristics of each type of scrollable cursor:
For information about how to update, delete, and insert data, see Chapter 12, "Updating Data."