Close the cursor associated with the given handle and release all the data belonging to it.
void dbcursorclose(hc) DBCURSOR *hc;
Cursor handle created by dbcursoropen.
None.
Closing a DBPROCESS connection with dbcursorclose automatically closes all the cursors associated with it. After issuing dbcursorclose, the cursor handle should not be used.
For more information on cursors, see Appendix A, “Cursors”
dbcursor, dbcursorbind, dbcursorcolinfo, dbcursorfetch, dbcursorinfo, dbcursoropen