Mega Code Archive

 
Categories / Delphi / ADO Database
 

Rebuilding paradox index files

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.