Board index » delphi » dBase .ntx indexes

dBase .ntx indexes

With Delphi5, how can I use .ntx index files for my existing dBase tables??
 

Re:dBase .ntx indexes


Quote
>With Delphi5, how can I use .ntx index files for my existing dBase tables??

You can't with BDE.
You will have to find a 3rd party engine component that supports ntx indexes
--
Brian Bushay (TeamB)
Bbus...@NMPLS.com

Re:dBase .ntx indexes


ntx are from Clipper, and you need a 3rd party engine, not DBE.

Josep Maria Gmez Boada

Patrick Paris <ppa...@mailetu.cgpvicto.qc.ca> escribi en el mensaje de
noticias 3a81bea8$1_1@dnews...

Quote
> With Delphi5, how can I use .ntx index files for my existing dBase
tables??

Re:dBase .ntx indexes


On Wed, 7 Feb 2001 16:31:10 -0500, "Patrick Paris"

Quote
<ppa...@mailetu.cgpvicto.qc.ca> wrote:
>With Delphi5, how can I use .ntx index files for my existing dBase tables??

In addition to the previous replies you've got, you can find a
complete list of all Delphi DB engines at:
   www.kylecordes.com

Advantage and Halcyon are the two most popular 3rd party DB engines
that support DBF/NTX.

HTH,

Jan

Other Threads