Update the table pad, delimiter character resource, and fixed string termination strategy. The table must be opened in exclusive mode to update the resource.
Declaration
CTDBRET ctdbDECL ctdbUpdateFixedStringPadding(CTHANDLE Handle, NINT padchar, NINT dlmchar, CTBOOL fstringterm)
Parameters
Returns
ctdbUpdateFixedStringPadding() returns CTDBRET_OK on success, or FairCom DB API C API error code on failure.
See also