declare cursor

Description

Defines a cursor.

Syntax

declare cursor_name cursor
 for select_statement
[for {read only | update [of column_name_list]}]

Usage

Usage

See also

See Also

close, deallocate cursor, fetch, open in this chapter.

declare cursor in the Adaptive Server Reference Manual.