Re: numeric type

From: "Peter" <peter(at)greatnowhere(dot)com>
To: "'Daniel Migowski'" <dmigowski(at)ikoffice(dot)de>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: numeric type
Date: 2008-07-30 08:45:03
Message-ID: 002a01c8f220$8faeec20$af0cc460$@com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

>> Long story. We're migrating old Access app to Postgres but still need
>> to be able to exchange datasets with the old app users (app supports
>> it's own import/export in MDB format). Since migration is expected to
>> last several years we need some sort of automated PG->MDB thing.
>>
>Why don't you just make you converter configurable on how it handles
>decimal without specs?

I would need to hack Jackcess library in order to do that... besides it does
not seem the proper way to do it, more like an ugly hack. getPrecision and
getScale are supposed to return the true precision and scale after all...

Peter

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message tivvpgsqljdbc 2008-07-30 09:12:20 Re: numeric type
Previous Message Daniel Migowski 2008-07-30 08:39:47 Re: numeric type