Re: Paradox to postgresql interface

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Paradox to postgresql interface
Дата
Msg-id 1288397774.2355.47.camel@jd-desktop
обсуждение исходный текст
Ответ на Paradox to postgresql interface  (Dale Seaburg <kg5lt@verizon.net>)
Ответы Re: Paradox to postgresql interface  (Adrian Klaver <adrian.klaver@gmail.com>)
Список pgsql-general
On Fri, 2010-10-29 at 18:34 -0500, Dale Seaburg wrote:
> Has anyone had any experience with writing an interface between Paradox
> (199X's vintage) and postgresql.  I have the need to be able to read a
> paradox database to "see" it's structure, replicate that structure in
> postgresql and finally transfer the data to postgresql.

Sure.

As I recall paradox just uses the dbf file format. So write an interface
with a dbf driver (perl, python, etc...) and use your native postgresql
interface.

Sincerely,

Joshua D. Drake

--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 509.416.6579
Consulting, Training, Support, Custom Development, Engineering
http://twitter.com/cmdpromptinc | http://identi.ca/commandprompt


В списке pgsql-general по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: Can Postgres Not Do This Safely ?!?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Paradox to postgresql interface