Progress
Embedded SQL-92
Guide and Reference


CLOSE a Cursor

Use the CLOSE statement to close a cursor. The cursor then becomes invalid until it is opened again using the OPEN statement. The following statement closes the cursor, cust_cursor:

EXEC SQL CLOSE cust_cursor ; 


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