Product Documentation

VCL/CLX Developers Guide

Previous Topic

Next Topic

Deleting an index from a table

If you need to delete one or mode indexes from a table, perform the following steps:

  • Delete the index by calling DeleteIndex(). There is no need to delete the index segments. Repeat this step for each index you want to delete.
  • Call AlterTable() to delete the index from the table.

TOCIndex