0

I have DBF's with IDX index files. It looks like xbase itself can handle them, but it does not look like a class has been written in xbasej for it yet. Has anyone used IDX files with xbasej, or can it be done?

Reference to xbase: http://www.clicketyclick.dk/databases/xbase/format/idx_comp.html

Kris O'Mealy
  • 172
  • 1
  • 9

1 Answers1

0

Have you tried DBF#useIndex in xBaseJ?

pba
  • 700
  • 8
  • 18
  • Yes, but that looks to only handle NDX type indexes. My IDX indexes can not be used with the useIndex method. There is an NDX.java in xBaseJ, but there is not one for IDX's. – Kris O'Mealy Apr 02 '15 at 23:18