Closes the client cursor, transparent server cursor, or explicit server cursor, and releases the memory associated with a cursor handle or connection.
RETCODE dbcursorclose ( PDBHANDLE handle );
handle | Operation |
---|---|
PDBCURSOR | Closes the specified cursor. |
PDBPROCESS | Closes all open cursors using the specified connection. |
SUCCEED or FAIL. If handle is a DBPROCESS connection, and this function returns FAIL, call dbcursorclose again to continue closing all open cursors for the specified connection.
After issuing dbcursorclose, the cursor handle should not used.
Bulk-Copy Functions | dbcursorfetch |
dbcursor | dbcursorinfo |
dbcursorbind | dbcursoropen |
dbcursorcolinfo |