From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | David Fetter <david(at)fetter(dot)org> |
Cc: | Rick Schumeyer <rschumeyer(at)ieee(dot)org>, "'PgSql General'" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: convert mdb files to pg? |
Date: | 2005-01-27 19:50:11 |
Message-ID: | 20050127195011.GX10437@ns.snowman.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
* David Fetter (david(at)fetter(dot)org) wrote:
> On Thu, Jan 27, 2005 at 02:14:32PM -0500, Rick Schumeyer wrote:
> > Is there a way to import mdb files from Access into pg?
> >
> > I found a web page for mdbtools but I can't get it to compile.
>
> Here are a couple of ways to approach the problem:
>
> 1. Use DBI and connect both to your mdb data source and to your
> PostgreSQL one. Loop through SELECT on the mdb and do INSERTs on
> PostgreSQL.
>
> 2. DBI-Link, which is probably overkill for this.
>
> http://pgfoundry.org/projects/dbi-link/
>
> Of course, there are other ways, but those are the two that came to
> mind :)
Both of these methods require a Windows machine for the perl to be
running on, right?
Stephen
From | Date | Subject | |
---|---|---|---|
Next Message | Frank D. Engel, Jr. | 2005-01-27 20:00:06 | Re: [BUGS] My postmaster just crashed ! |
Previous Message | Tom Lane | 2005-01-27 19:44:40 | Re: xlog flush request 0/215D32E4 is not satisfied |