Difference between revisions of "DELETE TAG"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=DELETE TAG=
 
 
 
==Class==
 
Indexing
 
 
 
 
==Purpose==
 
==Purpose==
 
Delete an index tag  
 
Delete an index tag  
Line 19: Line 12:
  
 
==See Also==
 
==See Also==
[[COPY INDEXES]], [[COPY STRUCTURE]], [[CREATE STRUCTURE]], [[INDEX]], [[MODIFY STRUCTURE]], [[SET INDEX]], [[TAGNAME()]], [[TAGNO()]],[[USE]]   
+
[[COPY INDEXES]], [[COPY STRUCTURE]], [[CREATE]], [[INDEX]], [[MODIFY STRUCTURE]], [[SET EXCLUSIVE]], [[SET INDEX]], [[TAG()]], [[TAGNO()]], [[USE]]   
  
  
Line 37: Line 30:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital Server, Recital  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]
 +
[[Category:Indexing]]
 +
[[Category:Indexing Commands]]

Latest revision as of 15:47, 10 November 2009

Purpose

Delete an index tag


Syntax

DELETE TAG <tagname>

[OF <.dbx filename>]

[, <tagname2 [OF <.dbx filename>]...]


See Also

COPY INDEXES, COPY STRUCTURE, CREATE, INDEX, MODIFY STRUCTURE, SET EXCLUSIVE, SET INDEX, TAG(), TAGNO(), USE


Description

The DELETE TAG removes an index tag from a multiple index file. More than one tag may be deleted by separating each <tagname> with a comma. If the production index file contains only one tag, the file will be deleted after the tag has been removed. The table file that is associated with the <.dbx filename> file must be opened exclusively in order to delete a tag.

OF <.dbx filename>

The OF <.dbx filename> clause is used to specify the name of the .dbx file from which the tag should be deleted. By default, the production index file is searched for <tagname>. If no <.dbx filename> is specified and the tag does not exist in the production index file, the following message is displayed: "Tag not found.".


Example

use accounts exclusive
delete tag zip


Products

Recital Server, Recital