Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Pamela Baker   on Jan 19 In Java Category.

  
Question Answered By: Leonard Pierce   on Jan 19

If you want to read a dbf  file you can use javadbf at:
https://javadbf.dev.java.net/
If you want to create  DBF file  you can use StelsDBF:
www.jars.com/.../32689
If your mentioned convert task needs to be done once, or needs to be done on specific schedules, may be you prefer to use database specific tools, as an example I remember that SQLServer had some tools for converting data to DBF format. Mean while there are some other tools like DBArtisan www.embarcadero.com/products/dbartisan/index.html which does different kind of import of export. (So no java  code is needed)
There are some open source tools for import/export like Gaudi (www.memoriapersistente.pt/en/opensource/gaudi/).

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on how to create dbf file in java Or get search suggestion and latest updates.


Tagged: