5. Working with Embedded SQL
:
Data Manipulation with Cursors
:
Cursor Declaration
Share this page
Cursor Declaration
Before using a cursor in an application, the cursor must be declared. The syntax for declaring a cursor is:
EXEC SQL DECLARE
cursor_name
CURSOR FOR