|
Drops the index from dictionary and data files, given the index number.
Header file: DDF.HRequires: W3DBAV75.DLL or higher version
|
In
|
dictHandle
|
Handle of an open dictionary returned by PvOpenDictionary().
|
|
In
|
tableName
|
Structure containing table information
|
|
In
|
indexNumber
|
Number of the index to be dropped.
|
|
In
|
renumber
|
Indicates whether the remaining indexes should be renumbered.
|
You must first open a dictionary successfully using PvOpenDictionary().
The table specified by tableName must exist in the dictionary specified by dictHandle.
PvStart()
PvOpenDictionary()
PvDropIndexByName()
PvAddIndex()
PvCloseDictionary()
PvStop()
|
Chapter contents
Prev topic: PvDropGroup()
|