Product Documentation

Full-Text Search

Previous Topic

Next Topic

ctDeleteBackgroundLoadStatus

Declaration

extern ctCONV NINT ctDECL ctDeleteBackgroundLoadStatus(COUNT datno,pTEXT loadid);

Parameters:

  • [IN] datno - c-tree data file number.
  • [IN] loadid - If not NULL, specifies the ID of one background load operation whose information the caller wants to delete from the resource. If NULL, the entire resource is deleted.

Description

ctDeleteBackgroundLoadStatus() deletes the resource that contains the status of all background load operations for the specified data file, or deletes the specified entry from this resource.

Note: The Full-Text Index must be committed before it can be used. An FTI cannot be created and dropped in the same transaction.

Return Values

Value

Symbolic Constant

Explanation

0

NO_ERROR

Successful operation.

See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values.

See Also

TOCIndex