Progress
SQL-89
Guide and Reference


OPEN Statement

Selects the retrieval set from the execution of the SELECT clause in a DECLARE CURSOR statement.

SYNTAX
OPEN cursor-name 

cursor-name

The name of the cursor defined in the DECLARE CURSOR statement.

EXAMPLE

This example opens cursor c01.

OPEN c01. 

NOTES

SEE ALSO

CLOSE Statement, DECLARE CURSOR Statement, DELETE FROM Statement, FETCH Statement, UPDATE Statement


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