Re: Re: MS Access data to PostgrSQL data

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To:
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Re: MS Access data to PostgrSQL data
Date: 2001-01-18 21:37:07
Message-ID: 021601c08196$ceb1a500$330a0a0a@6014cwpza006
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

That's sort of the problem though... the person never quite mentioned where
PHP was located.

I agree with you though, If you have Access and postgreql, why write a whole
new program in a third language to get the data over?

There has to be other reasons if the person wants to make it that difficult.
;)

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Lamar Owen" <lamar(dot)owen(at)wgcr(dot)org>
To: "Tim Uckun" <tim(at)diligence(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Sent: Thursday, January 18, 2001 3:25 PM
Subject: Re: [GENERAL] Re: MS Access data to PostgrSQL data

> Tim Uckun wrote:
> >
> > >>hi,
> > >>can anyone help me ? i need to convert a ms access .mdb file into
> > >>somthing readable so i can insert it into my postgreSQL db...
> > >>does anyone have any experiance? (preferably using PHP)
> > >>Robert Korteweg
> > >>The Netherlands
> >
> > Here is your steps.
> > 1) Create your destination table in postgres
> > 2) Export your data to a comma delimeted format
> > 3) save this perl script to a file
>
> Good script.
>
> But, if you have the PostgreSQL ODBC driver installed on the windows
> machine, you can use Access's SaveAs/Export function to save it directly
> into a PostgreSQL table. Although, that might be overkill for this, I
> do this quite alot (did it five times today to get some data over to the
> real RDBMS.....).
> --
> Lamar Owen
> WGCR Internet Radio
> 1 Peter 4:11

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Konstantinos Agouros 2001-01-18 22:41:01 Performance of a single (big) select and Multiprocessor Machines
Previous Message Tom Lane 2001-01-18 21:33:22 Re: Tuning queries and distinct behaviour