can any one has idea of how to create the dbf file in javamy requirement is that i want store the o/p of procedure (result set)in dbf file , i am using sql server as back endif in sql it self there is way can all so do
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/.../32689If 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/).
you could use this url :http://www.lowagie.com/iText/and for it's sample you could use :www.bartneck.de/.../creatingPDF.html