Re: [INTERFACES] problem with numeric

Поиск
Список
Период
Сортировка
От Ken J. Wright
Тема Re: [INTERFACES] problem with numeric
Дата
Msg-id 3.0.1.32.20000202075052.00ae5d80@ori-ind.com
обсуждение исходный текст
Ответ на Re: [INTERFACES] problem with numeric  (Byron Nikolaidis <byron.nikolaidis@home.com>)
Список pgsql-interfaces
At 22:29 02/01/2000 -0500, Byron Nikolaidis wrote:
>
>
>"Ken J. Wright" wrote:
>> 
>> v6.5.3
>> 
>> While testing the new ODBC driver I ran into the following problem with
>> queries on numeric fields. Unless the values are surrounded by single quote
>> marks, the query fails with the message: Unable to identify an operator '='
>> for types 'numeric' and 'float'. This occurs in the WHERE clause of the
>> query.
>> 
>> SELECT * from tbl WHERE numfld = 99.125;
>> UPDATE tbl SET numfld = 99.13 WHERE numfld = 99.125;
>> 
>> An INSERT works fine.
>> 
>> These statements execute ok on float fields, but not numeric. This happens
>> via ODBC and also with psql from a Linux console.
>> 
>> Ken
>> 
>> ************
>
>
>An updated odbc driver is available that fixes this at:
>
>ftp://ftp.postgresql.org/pub/odbc/index.html

Yes Byron, both Access & the BDE like this ;-)

Thanks,

Ken


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

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: [INTERFACES] problem with numeric
Следующее
От: "Ken J. Wright"
Дата:
Сообщение: pg_pwd trouble