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: Wed, 30 Jul 2008 11:45:03 +0300
- Message-id: <002a01c8f220$8faeec20$af0cc460$@com> <text/plain>
>> 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
Home |
Main Index |
Thread Index