This command disables a text column for use by Text Extender.
Authorization
You must have at least one of the following for the table:
ALTER privilege
SELECT privilege
UPDATE privilege.
Command syntax
>>-DISABLE TEXT COLUMN--table-name--HANDLE--handle-column-name--><
Command parameters
Usage notes
The index is deleted.
The log table used to record changes in the handle column (inserts, updates, and deletions) is deleted.
The triggers that write entries to the log table are deleted.
The handle column is not changed.