Closes the client cursor, transparent server cursor, or explicit server cursor, and releases the memory associated with the cursor handle.
SqlCursorClose ( cursorhandle% )
where
SUCCEED (1) or FAIL (0).
After issuing SqlCursorClose, the cursor handle should not used.
SqlCursor%, SqlCursorColInfo%, SqlCursorFetch%, SqlCursorInfo%, SqlCursorOpen%