SqlCursorClose

Closes the client cursor, transparent server cursor, or explicit server cursor, and releases the memory associated with the cursor handle.

Syntax

SqlCursorClose ( cursorhandle% )

where

cursorhandle%
Is a cursor handle returned by SqlCursorOpen%.

Returns

SUCCEED (1) or FAIL (0).

Remarks

After issuing SqlCursorClose, the cursor handle should not used.

See Also

SqlCursor%, SqlCursorColInfo%, SqlCursorFetch%, SqlCursorInfo%, SqlCursorOpen%