Question and Answer Database FAQ1972C.txt Rebuilding Paradox Index files Category :Database Issues Platform :All Product :C++Builder 1.x Question: How do I rebuild an index file for a Paradox table? Answer: You can do a couple things. 1. Delete the index file, restructure the table, and add the index back to the table. This will automatically rebuild the index. 2. By using the BDE API you can actually repair the table. An example of this is shown using VCL(Delphi and BCB), and OWL. This example can be found in Borlands web page in the product area under BCB->BDE. 7/2/98 10:32:32 AM
Last Modified: 01-SEP-99