Re: open, read and convert foxpro DBF file



On Sep 17, 7:39 am, Allen Shao <shaoz...@xxxxxxxxx> wrote:
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

.



Relevant Pages

  • Re: Connecting Java with .Net
    ... G> Does anyone know how to connect .net with java class and get some values ... G> The scenario is this ... With best regards, ... Eugene Mayevski ...
    (microsoft.public.dotnet.distributed_apps)
  • Re: System.out.println in Java class called from Matlab
    ... What do I have to do to print Strings to the Matlab command prompt? ... Best regards, ... also works from within a Java class called from Matlab. ...
    (comp.soft-sys.matlab)
  • component interaction vs functionality
    ... Assuming that there is a java class that interact with some other ... source-code which methods are responciple for the interaction and which ... should be separatd from the functionality of the class. ...
    (comp.object)