SQL support / SQL insert cursors |
Releases resources allocated for an insert cursor.
FREE cid
After executing the FREE statement, all resources allocated to the insert cursor are released.
The cursor should be explicitly closed before it is freed.
If you release cursor resources with this instruction, you cannot use the cursor unless you declare the cursor again.