Product Documentation

FairCom DB API for C

Previous Topic

Next Topic

ctdbSetForcedFSTRINGDelimiter

Set the CT_FSTRING forced delimiter flag for the table.

Declaration

CTDBRET ctdbDECL ctdbSetForcedFSTRINGDelimiter(CTHANDLE Handle, CTBOOL terminated)

Parameters

  • Handle [in] the Table Handle.
  • terminated [in] indicates whether the CT_FSTRING fields are forced to be terminated with dlmchar (YES) or not (NO).

Returns

ctdbSetForcedFSTRINGDelimiter returns CTDBRET_OK on success.

TOCIndex