FREE (insert cursor)

Releases resources allocated for an insert cursor.

Syntax

FREE cid
  1. 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 before it is freed.

If you release cursor resources with this instruction, you cannot use the cursor unless you declare the cursor again.