Re: numeric type and odbc from access 2000

Поиск
Список
Период
Сортировка
От Shahab Asgharzadeh
Тема Re: numeric type and odbc from access 2000
Дата
Msg-id 4.3.2.7.2.20010208123025.00af7820@merle.it.northwestern.edu
обсуждение исходный текст
Ответ на numeric type and odbc from access 2000  ("Shahab Asgharzadeh" <shahab@nwu.edu>)
Список pgsql-general
The problem can be fixed in psql with explicit casting but the windows odbc
driver for postgres does not make that determination correctly so update
and delete statements from access give errors when there is a float or a
numeric/decimal type in any table.  And unfortunately, there is no way to
adjust the sql statements sent from access to the ODBC to explicitly cast
datatypes (or at least I think that's true)

This seems to be a major issue if one is using access as a front-end client
beacuse any table with float/numeric type will not be updated or deleted.

Any idea (from anyone) when there will be an ODBC fix or a fix so the
numeric type don't have to be explicitly casted in postgresql.

cheers,

Shahab
Shahab Asgharzadeh, MD

Bioinformatics Director, Neurogenetics Lab
Assistant Professor of Neurology, Northwestern University
Pediatric Clinical Associate, University of Chicago
312-503-4737
"You must be the change you wish to see in the world." - Gandhi


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

Предыдущее
От: clayton cottingham
Дата:
Сообщение: Re: [SQL] Re: SQL Join - MySQL/PostgreSQL difference?
Следующее
От: Raymond Chui
Дата:
Сообщение: How to ensure GMT time zone for Timestamp in PostgreSQL?