Is there any good library for reading / writing DBF files in java or any other language ?
Asked
Active
Viewed 1.5k times
5 Answers
5
You might give this library a try:
http://dans-dbf-lib.sourceforge.net/
It is open source (GPL) and pure Java.

Jan van Mansum
- 66
- 1
- 2
-
nice one! I'm using it to add to [csvjdbc](http://www.sourceforge.net/projects/csvjdbc) the possibility to regard xBase files as possible input. if you try it out, let me know if it works for you as it does for me. – mariotomo Apr 21 '11 at 14:13
1
Its easy to get to via OleDB provider, such as via .Net, Visual Foxpro would obviously be able to read it natively.

DRapp
- 47,638
- 12
- 72
- 142
1
A quick google for dbase and jdbc brought back a number of links for an xbase jdbc driver called StelsDBF. Can't say I've used it or know more than a quick google, but that would be my Java answer.
An alternative Java solution would be to set up an ODBC data source for dbase and then use the JdbcOdbc bridge

beny23
- 34,390
- 5
- 82
- 85