Re: NUMERIC type makes trouble in MS Access

Поиск
Список
Период
Сортировка
От Tobias Wendorff
Тема Re: NUMERIC type makes trouble in MS Access
Дата
Msg-id 1f71eedeb0316b4de796d0a49ecdbd2f.squirrel@webmail.tu-dortmund.de
обсуждение исходный текст
Ответ на Re: NUMERIC type makes trouble in MS Access  (Jan Wieck <jan@wi3ck.info>)
Ответы RE: NUMERIC type makes trouble in MS Access
Re: NUMERIC type makes trouble in MS Access
Список pgsql-odbc
Am So, 27.05.2018, 05:18 schrieb Jan Wieck:
> Anything that is exact precision in the database should never
> be handled as "double" in any driver. That is a serious bug and
> a possible violation of accounting laws in many countries.

So SQL_NUMERIC is DOUBLE? Sorry, I'm not an insider ;)

Access supports DECIMAL file type with a range from -9.999... x 10^27
to +9.999... x 10^27 while DOUBLE goes from -1.797 x 10^308 to
1.797 x 10^308.

Actually, older Access had problems with DECIMAL fields in the past,
maybe those got fixed already?

Best regards,
Tobias



В списке pgsql-odbc по дате отправления:

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: NUMERIC type makes trouble in MS Access
Следующее
От: Danny Severns
Дата:
Сообщение: RE: NUMERIC type makes trouble in MS Access