Accessing and Changing Relational Data

Cursor Behaviors

Both ODBC and Transact-SQL cursors support specifying cursor characteristics using the SQL-92 cursor behaviors of scrollability and sensitivity.

Cursor behaviors are specified in the following ways:

See Also

DECLARE CURSOR

How Cursors Are Implemented