From: | Bill Sneed <bsneed(at)mint(dot)net> |
---|---|
To: | pgsql-general(at)hub(dot)org |
Subject: | Re: dbase converter |
Date: | 1999-04-10 18:57:41 |
Message-ID: | 370F9F25.1BB6ADC9@mint.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> Subject: Re: [GENERAL] dbase converter
>
> > > Is there a dbase3 <=> postgresql converter available at all? I found
> > > dbf2sql v2.2 which converts to (but not from) Postgres95, with notes such as
> > >
> > > -p primary:
> > > Select the primary key. You have to give the exact
> > > field-name. (Only for dbf2msql, Postgres95 doesn't have a primary key)
> > >
> > > which of course PostgreSQL does. Anyone know of something more recent?
> >
> > I heared about some project called "xbase". Try to search FreshMeat for
> > "xbase", "dbf postgres" or such...
> >
dBase III+ & IV have two commands (COPY TO filename TYPE filetype &
APPEND FROM ) which allow you import & export a table as a
comma-delimited (or a specified delimiter) ASCII text file
....Postgresql allows you to COPY TO/FROM xxxx USING DELIMITER 'y' a
text file....of course both tables will have to have the same
structure.... this isn't as tedious as it sounds once you do a few
dbase <=> postgres exchanges...
....Bill Sneed, Prospect, Maine....
From | Date | Subject | |
---|---|---|---|
Next Message | Patrick M. Landry | 1999-04-10 20:04:52 | bug report |
Previous Message | Brett W. McCoy | 1999-04-10 16:55:06 | Re: [GENERAL] Oops... |