Re: MS Access data to PostgrSQL data

From: Wouter de Vries <frogger3d(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: MS Access data to PostgrSQL data
Date: 2001-02-03 14:56:00
Message-ID: 95h661$2050$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>> 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

export the .mdb file in comma seperated format and import in postgres with
the COPY function.

Wouter

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andy Taylor 2001-02-03 15:18:07 Problems with Relationships in SQL7
Previous Message <No Name> 2001-02-03 14:50:16 Packages to Install