Search code examples
javadatabaselegacydbf

Read/Write xBASE (DBASE 3-5 /DBF) files


Is there any good library for reading / writing DBF files in java or any other language ?


Solution

  • You might give this library a try:

    http://dans-dbf-lib.sourceforge.net/

    It is open source (GPL) and pure Java.