Re: dbf2pg, visual foxpro and other nonsense

Поиск
Список
Период
Сортировка
От Darko Prenosil
Тема Re: dbf2pg, visual foxpro and other nonsense
Дата
Msg-id 200207121714.32991.darko.prenosil@finteh.hr
обсуждение исходный текст
Ответ на dbf2pg, visual foxpro and other nonsense  ("Mike McCormac" <MikeM@jcmh.org>)
Список pgsql-interfaces
On Tuesday 09 July 2002 16:27, Mike McCormac wrote:
> i've been importing older foxpro tables (x-base files) into postgresql
> with much success using dbf2pg... however, visual foxpro files don't
> seem to work — i just get an error.
>
> does anyone know of any successful means of importing this data
> directly?  our backend application is built in java... are there any
> good solutions with JDBC??
>
> this is relatively urgent, so if anyone who replies can CC me at this
> email, i'd be much appreciated.
>
> thanks,
> mike
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

Are You FoxPro programmer ?
If Yes, write simple program that reads table by table and generate PostgreSQL
CREATE TABLE and INSERT INTO expressions. Save the file and execute it with
psql. Before about a year i did  wrote such conversion program. If you need
it, let me know and I'll try to find it.




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

Предыдущее
От: Alexaki Sofia
Дата:
Сообщение: Re: arrays as input parameter for c functions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Wish List: Client access to NUMERIC/DECIMAL type functions