tags:

views:

15

answers:

0

I have a project where the result files are dBASE formatted database files. I need to generate them from java.

Although there are quite some solutions to write the .dbf files, I also need a way to write the associated .mdx index files.

What's the best way to do this?

(I've tried xBaseJ but it looks like it has some issues generating .mdx files)