A java parser for DBF database files so information can be extracted and inserted on various types of databases
A simple console program that convert DBF database file to CSV file.
A common java reader writer library for the DBF database file.The original will be removed. It's very easy to use. e.g. Write a DBF: public static void main(String args) th...