CLOSE_CURSOR v14
The CLOSE_CURSOR
procedure closes an open cursor. The resources allocated to the cursor are released and you can no longer use it.
Parameters
c
Cursor ID of the cursor to be closed.
Examples
This example closes an open cursor:
- On this page
- Parameters
- Examples