_BtDropIndex() Function
<< Click to Display Table of Contents >>
_BtDropIndex() Function
|
|
Purpose
Drop index of open Btrieve Table
Prototype
FUNCTION _BtDropIndex ( hFile AS PTR, nKey AS BYTE ) AS LOGIC
Argument(s)
<hFile> | File handle that was returned by _BtOpen |
<nKey> | Index Number to drop (0 is the first, 1 is the second etc.) |
Return
LOGIC | Was the index dropped succesfully |
Description
If the Drop Index operation is unsuccessful, the MicroKernel may return one of the following status codes:
04 | Invalid Key Number |
41 | Operation Not Allowed |
See Also