FREE (insert cursor)
Releases resources allocated for an insert cursor.
Syntax
FREE cid
- cid is the identifier of the insert cursor.
Usage
After executing the FREE
statement,
all resources allocated to the insert cursor are released.
It is recommended that the cursor be explicitly closed with the CLOSE
instruction, before it is
freed.
If you release cursor resources with this instruction, you cannot use the cursor unless you declare the cursor again.