dbcursorclose

Description

Close the cursor associated with the given handle and release all the data belonging to it.

Syntax

void dbcursorclose(hc)
 
DBCURSOR     *hc;

Parameters

hc

Cursor handle created by dbcursoropen.

Returns

None.

Usage

See also

dbcursor, dbcursorbind, dbcursorcolinfo, dbcursorfetch, dbcursorinfo, dbcursoropen