Declaring a Cursor

The Transact-SQL DECLARE CURSOR statement is more robust than the PL/SQL statement, and has many additional capabilities. Although it does not support the use of cursor arguments, it can include local variables. The values of these local variables are used in the cursor at open time.

  


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