DBF File Formats

Started by Bob Powellalmost 24 years ago3 messagesgeneral
Jump to latest
#1Bob Powell
Bob@hotchkiss.org

Hello Everyone:

I've searched the FAQ's and found no references to this. I would like to be able to create a standard .DBF file format when exporting table data from Postgresql. Does anyone know how to do this or have a utility for it?

Bob Powell

#2Jean-Luc Lachance
jllachan@nsd.ca
In reply to: Bob Powell (#1)
Re: DBF File Formats

A while age I used xbase2pg and pg2xbase.
You should be able to find it on the net.

JLL

#3Paul M Foster
paulf@quillandmouse.com
In reply to: Bob Powell (#1)
Re: DBF File Formats

On Wed, Apr 10, 2002 at 04:42:40PM -0400, Bob Powell wrote:

Hello Everyone:

I've searched the FAQ's and found no references to this. I would like to
be able to create a standard .DBF file format when exporting table data
from Postgresql. Does anyone know how to do this or have a utility for
it?

I wrote a program called dbfdump, which is on SourceForge. Try that. I
have a later version I haven't uploaded yet. If you have questions or
problems, let me know.

Paul