HCERR_OOM
HCERR_INVALID_RESULT_SET
hc_qrs_free
Releasesthe resources associated with this QueryResultSet.
Synopsis
hcerr_t hc_qrs_free (**rsetp);
Description
Thisfunction releases the resources associated with this QueryResultSet.
Note– When a query is incorrect and elicits an error from the server, the error is often reported
afterhc_qrs_free andnot from hc_query_ez” on page 94. Your application should be
preparedto receive and report an error from either place.
Parameter
rset
ReturnCodes
HCERR_OK
HCERR_BAD_REQUEST
HCERR_OOM
HCERR_INVALID_RESULT_SET
SeeAlso
hc_query_ez”on page 94
hc_pstmt_query_ez”on page 109
SynchronousCAPI Functions
Chapter3 SunStorageTek 5800 System C Client API 99