Re: [GENERAL] Convert MS access database into PostgreSQL

From: "Duncan Kinder" <dckinder(at)mountain(dot)net>
To: <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] Convert MS access database into PostgreSQL
Date: 1999-10-15 18:03:51
Message-ID: 011e01bf1737$a40fc400$02010101@duncan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

How do you import text data into Postgres?

You should be able to export Access data into text format and then - if it
is possible to import that text - import that text into Postgres.

This would be generally interesting to someone working in, for example,
computer assisted reporting (CAR), where they spend a lot of time
downloading - say, census or Bureau of Labor Statistics data - into their
databases and then manipulating that data.

Regards,

Duncan C. Kinder
dckinder(at)mountain(dot)net

----- Original Message -----
From: Samy Elashmawy <samelash(at)ix(dot)netcom(dot)com>
To: Yury Don <yura(at)vpcit(dot)ru>; <pgsql-general(at)postgreSQL(dot)org>
Sent: Friday, October 15, 1999 2:13 AM
Subject: Re: [GENERAL] Convert MS access database into PostgreSQL

> OBDBC I think will help you , sorry I cant help you more.
>
> At 12:37 PM 10/15/1999 +0600, Yury Don wrote:
> >Hi All.
> >I need to convert MS access database into PostgreSQL.
> >Does anybody has an experience of this? Can you share with this
experience?
> >Thank you in advance.
> >
> >Sincerely yours, Yury.
> >don.web-page.net, ICQ 11831432
> >
> >
> >
> >************
> >
> >
>
> ************
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message soundar rajan 1999-10-15 18:05:15 how to insert a date
Previous Message Mike Mascari 1999-10-15 17:04:58 Re: [GENERAL] How to import data from MDB or pipe delimited file into PostgreSQL