Re: dbf2pg, visual foxpro and other nonsense - Mailing list pgsql-interfaces

From Darko Prenosil
Subject Re: dbf2pg, visual foxpro and other nonsense
Date
Msg-id 200207121714.32991.darko.prenosil@finteh.hr
Whole thread Raw
In response to dbf2pg, visual foxpro and other nonsense  ("Mike McCormac" <MikeM@jcmh.org>)
List 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 by date:

Previous
From: Alexaki Sofia
Date:
Subject: Re: arrays as input parameter for c functions
Next
From: Tom Lane
Date:
Subject: Re: Wish List: Client access to NUMERIC/DECIMAL type functions