Board index » delphi » Create Secondary indexes without Primary?

Create Secondary indexes without Primary?

Hi,

Is it possible to create Secondary  Indexes on a paradox table 7.0,
without a primary key? (It think that the result shoul be non-maintained
index)

Any ideas or examples?

Kindest regards,

Clment Doss

 

Re:Create Secondary indexes without Primary?


Quote

>Is it possible to create Secondary  Indexes on a paradox table 7.0,
>without a primary key? (It think that the result shoul be non-maintained
>index)

Yes.  This is not supported with Delpi's Addindex but you can do it
with DBIAddIndex

Quote

>Any ideas or examples?

There is an example for using dbiAddIndex in BDE32.hlp

Quote

--
Brian Bushay (TeamB)
Bbus...@DataGuidance.com

Other Threads