Re: Convert Filemaker Pro db to Postgresql db

Поиск
Список
Период
Сортировка
От Adam Haberlach
Тема Re: Convert Filemaker Pro db to Postgresql db
Дата
Msg-id 20010407115409.B9045@newsnipple.com
обсуждение исходный текст
Ответ на Convert Filemaker Pro db to Postgresql db  (Scott Gritton <sgritton@rsv.ricoh.com>)
Список pgsql-general
On Fri, Apr 06, 2001 at 12:47:17PM -0700, Scott Gritton wrote:
> I've been reading through the lists but have not been able to find any
> information about how to take a Filemaker Pro database and convert it into a
> Postgresql database.
> Does anyone have any information on how to do this type of conversion?

    We did it by having a webmaster write a Frontier script to generate a
report formatted thusly:

INSERT INTO rawbugs (....) VALUES (...)

(where there is a fieldlist and data in the (), of course)

    ...then I just use pgsql -f <filename> to slurp it in, and spent an
afternoon dealing with the breakage (we had some greater-then-8k tuples
that I had to sort out).

    Other options, as people have mentioned, would be ODBC, but we found
that this worked better.  And that FileMaker sucks.

--
Adam Haberlach            |
adam@newsnipple.com       | http://youlook.org
http://www.newsnipple.com |
'88 EX500    '00 >^<      |

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

Предыдущее
От: Adam Haberlach
Дата:
Сообщение: Re: quota's ?
Следующее
От: Joel Burton
Дата:
Сообщение: Better Features document?