From: | "Adam Lang" <aalang(at)rutgersinsurance(dot)com> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: MS Access data to PostgrSQL data |
Date: | 2001-01-18 20:22:19 |
Message-ID: | 018201c0818c$5bc1b580$330a0a0a@6014cwpza006 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
You want to import access info into pgsql using PHP?
For starters, go here:
http://www.php.net/FAQ.php and read section 4.2. It tells you what you need
to interact with Access and PHP. If PHP is on Linux, then you are going to
jump through some hoops to do it.
I'd say your best route, if you can, would be use VB on a windows box and
write an app to do it.
Even easier would be write some code in the Access database to connect to
the postgresql database over ODBC and just upload it that way.
Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
http://www.rutgersinsurance.com
----- Original Message -----
From: "Robert Korteweg" <robert(at)bit(dot)nl>
To: <pgsql-general(at)postgresql(dot)org>
Sent: Wednesday, January 17, 2001 4:21 AM
Subject: [GENERAL] MS Access data to PostgrSQL data
> 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
From | Date | Subject | |
---|---|---|---|
Next Message | Lamar Owen | 2001-01-18 20:25:44 | Re: Re: MS Access data to PostgrSQL data |
Previous Message | Mikheev, Vadim | 2001-01-18 20:15:18 | RE: Troubles with performances |