Re: NUMERIC type makes trouble in MS Access
Jan Wieck <[email protected]> Sat, 26 May 2018 23:18:12 -0400
| Newsgroups | gmane.comp.db.postgresql.odbc |
|---|---|
| Message-ID | <CAGBW59dLVsj+wO9AGqtQ7EUSnNO-tXuAhh==G+muhLLPwO34Gg@mail.gmail.com> |
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. That is assuming "double" in this case means "double precision floating point" as in C's double type. Best Regards, Jan On Sat, May 26, 2018 at 10:58 PM, Tobias Wendorff < [email protected]> wrote: > Some additional information about supported functions and mappings: > > https://www.devart.com/odbc/postgresql/docs/supported_data_types.htm > https://www.devart.com/odbc/postgresql/docs/supported_ > odbc_api_functions.htm > > Does PGSQL-ODBC map NUMERIC the same way (to SQL_NUMERIC)? > > > -- Jan Wieck Senior Postgres Architect http://pgblog.wi3ck.info