Progress
SQL-89
Guide and Reference


CLOSE Statement

Closes an open cursor.

SYNTAX
CLOSE cursor-name 

cursor-name

Represents the name given to the cursor when defined in the DECLARE CURSOR statement.

EXAMPLE

The following example shows how to close the c01 cursor.

CLOSE c01. 

NOTES

SEE ALSO

DECLARE CURSOR Statement, DELETE FROM Statement, FETCH Statement, INSERT INTO Statement, OPEN Statement, UPDATE Statement


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095