Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

how to create dbf file in java

  Asked By: Pamela    Date: Jan 19    Category: Java    Views: 3101
  

can any one has idea of how to create the dbf file in java
my requirement is that i want store the o/p of procedure (result set)
in dbf file , i am using sql server as back end
if in sql it self there is way can all so do

Share: 

 

2 Answers Found

 
Answer #1    Answered By: Leonard Pierce     Answered 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/).

 
Answer #2    Answered By: Elisabeth Bell     Answered On: Jan 19

you could use this url :

http://www.lowagie.com/iText/

and for it's sample you could use :

www.bartneck.de/.../creatingPDF.html

 
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: