Recent

Author Topic: TDbf Creating and Adding Indexes  (Read 4349 times)

John Matthews

  • Guest
TDbf Creating and Adding Indexes
« on: February 15, 2006, 06:53:55 pm »
Using Delphi6, I can't create a TDbf mdx Index file at runtime. I have the table opened exclusively, and AddIndex as per Lazarus manual. The file is created but Database Desktop says the production index is corrupted. Locate() does not work either presumably for the same reason.  Has anyone any experience of this? Database table is 25,000 records

neli

  • Jr. Member
  • **
  • Posts: 86
RE: TDbf Creating and Adding Indexes
« Reply #1 on: February 16, 2006, 11:26:04 am »
The MDX sorting order is not public, TDbf uses the OS (windows) sorting order and is thus not compatible to the BDE in this regard.

TDbf.Locate should work in version 6.4.7 (latest ATM).

 

TinyPortal © 2005-2018