Question and Answer Database FAQ3752B.txt Creating NonMaintained or .NDX indexes on dBASE Tables Category :BDE Platform :All Windows Product : C++Builder1.0 C++Builder3.x Delphi2.x Delphi3.x Delphi4.x Question: TTable.AddIndex does not contain functionality to create NonMaintained or .NDX style indexes. How can I create these types of indexes? Answer: TTable.AddIndex does not contain functionality to create this style index. You can use DbiAddIndex instead. Please refer to the BDE API Help file for examples on how to use DbiAddIndex. 3/26/99
Last Modified: 01-SEP-99