Обсуждение: DBF File Formats

Поиск
Список
Период
Сортировка

DBF File Formats

От
"Bob Powell"
Дата:
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

Re: DBF File Formats

От
Jean-Luc Lachance
Дата:
A while age I used xbase2pg and pg2xbase.
You should be able to find it on the net.

JLL

Re: DBF File Formats

От
Paul M Foster
Дата:
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