Re: Moving data from M$ JetDB file to Postgres on Linux

From: Michael Nolan <htfoot(at)gmail(dot)com>
To: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Moving data from M$ JetDB file to Postgres on Linux
Date: 2014-03-01 16:13:19
Message-ID: CAOzAquJ52aaHvJEr-aumE1GE=0ekD94wmPhnavr-TJUTr0CqBQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I think that PHP has modules (eg, PEAR) that can read MS Access database
files, and once you have it in an array you can create INSERT statements
for PostgreSQL, including cleaning up any data format issues (eg, dates of
00-00-0000)
--
Mike Nolan

On Fri, Feb 28, 2014 at 6:21 PM, Rich Shepard <rshepard(at)appl-ecosys(dot)com>wrote:

> I just downloaded two scientific data files from a federal agency's Web
> site. Both are in M$ JetDB format. I run only linux and keep all my
> scientific dat in postgres.
>
> My Web search did not turn up anything useful; the closest was a thread
> from this mail list in 2000 on how to send a postgres query through odbc to
> an Access database.
>
> Is there a filter I can use to get the data from these files?
>
> TIA,
>
> Rich
>
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bret Stern 2014-03-01 16:13:48 Re: Moving data from M$ JetDB file to Postgres on Linux
Previous Message bricklen 2014-03-01 16:08:23 Re: high throughput 9.3, master/slave question