ctdbGetActiveResultSet
Declaration
CTHANDLE ctdbGetActiveResultSet(CTHANDLE Handle);
Description
Retrieves the Result Set handle active for the given Record handle.
Parameters:
Return Values
Returns a Result Set handle if any is active, or NULL on error.
Value |
Symbolic Constant |
Explanation |
---|---|---|
0 |
CTDBRET_OK |
Successful operation. |
See FairCom DB Error Codes for a complete listing of valid FairCom DB error values.
See Also