@brief Deletes a cursor
@param c The connection @param cursor The cursor to destroy. @return A cookie
Deletes the association between the cursor resource ID and the specified cursor. The cursor is freed when no other resource references it.
See Implementation
@brief Deletes a cursor
@param c The connection @param cursor The cursor to destroy. @return A cookie
Deletes the association between the cursor resource ID and the specified cursor. The cursor is freed when no other resource references it.