Deletes a secondary index for the table. Syntax: procedure DeleteIndex(const Name: String); Description: Call DeleteIndex to remove a secondary index for a table. Name is the name of the index to delete. DeleteIndex cannot remove a primary index.
|