Product Documentation

Full-Text Search

Previous Topic

Next Topic

ctdbDelFTI

Declaration

CTDBRET ctdbDelFTI(CTHANDLE Handle, COUNT Number)

Description

Delete a table Full-Text Search configuration.

  • Handle is a table handle (CTDBTABLE).
  • Number is a Full-Text Search configuration number (currently ignored).

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

Mode

Code

Description

CTDBRET_NOTFTS

4149

Not a Full-Text Search handle

CTDBRET_FTS_DEFINED

4150

Full-Text Search already defined on table

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

See Also

TOCIndex