> How can I open, read and convert foxpro DBF file in Java?
> Do I need to use "sun.jdbc.odbc.JdbcOdbcDriver" to code from scratch?
> Or are there some java class or 3party java API can ease the job?
>
> regards,
There is a project at java.net, called JavaDBF which I had
successfully used in the past. You can get the source code by
downloading it or by CVS.
https://javadbf.dev.java.net/
I remember that downloading was tricky for me at first attempt (I
don't know why, now it seems obvious to me) , so I give directions:
Click "Document & Files" in the "Project tools" area on the left side
of the page. On the next page click first on "javadbf (0)" an then on
the "src (1)" icon...
Mihai Cazac