SQLMemTable: BDE Alternative Embedded
In-Memory Database with SQL for Delphi / C++Builder


TSQLMemTable.DeleteIndex
TSQLMemTable
Top 

Deletes a secondary index for the table.

procedure DeleteIndex(const Name: String);

Description
Call DeleteIndex to remove a secondary index from a table. Name is the name of the index to be deleted. DeleteIndex cannot remove a primary index.

Note:   To delete an index, an application must first open the table.


© AidAim Software SQLMemTable: In-memory Sql Database Delph