Cursor Architecture

All SQL statements operate on a set of rows. A SELECT statement returns a complete result set containing all the rows that met the qualifications in the SELECT statement. Applications need to process the result set one row or block of rows at a time. Cursors are a logical extension to result sets that let applications work with the result set row by row.

Microsoft® SQL Server™ supports several mechanisms for specifying cursors:

See Also

Cursors

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.