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

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: Moving data from M$ JetDB file to Postgres on Linux
Date: 2014-03-01 00:57:56
Message-ID: 53113094.6010702@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 02/28/2014 04:10 PM, Thomas Kellerer wrote:
> Rich Shepard wrote on 01.03.2014 00:21:
>> 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?
>>
>
> It's not clear to me what exactly you are trying to do.
>
> Are you trying to query the Access database from within Postgres?
>
> Or are you just trying to copy the data into the Postgres database?
>
> If the latter you could try one of the JDBC based query tools to export
> or copy the data using the UCanAccess JDBC driver for MS Access:
>
> http://sourceforge.net/projects/ucanaccess/

That is one I missed. Thanks for the heads up.

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2014-03-01 01:02:28 Re: Moving data from M$ JetDB file to Postgres on Linux
Previous Message Rich Shepard 2014-03-01 00:57:36 Re: Moving data from M$ JetDB file to Postgres on Linux