Product Documentation

c-treeDB API API for C

Previous Topic

Next Topic

ctdbGetActiveResultSet

Declaration

CTHANDLE ctdbGetActiveResultSet(CTHANDLE Handle);

Description

Retrieves the Result Set handle active for the given Record handle.

Parameters:

  • Handle [IN] - Record handle

Return Values

Returns a Result Set handle if any is active, or NULL on error.

Value

Symbolic Constant

Explanation

0

NO_ERROR

Successful operation.

See FairCom DB Error Codes for a complete listing of valid FairCom DB error values.

See Also

TOCIndex