This is an old revision of the document!
Overview | Creating Segments | Querying Segments | Attaching Segments | Dropping Segments | Archiving Segments
Omnidex Segments can be dropped, resulting in the removal of the object from the connection, and also the removal of the underlying file. Omnidex Segments are dropped using the DROP SEGMENT statement, as shown in the example below:
> ; Attach an existing segment containing the Do Not Call list > drop segment DO_NOT_CALL; Segment DO_NOT_CALL dropped
See also: