PostgreSQL ODBC from MS Access numeric/float8 Error Fix

Поиск
Список
Период
Сортировка
От Bill Chatfield
Тема PostgreSQL ODBC from MS Access numeric/float8 Error Fix
Дата
Msg-id 20001126100519.84030.qmail@web9502.mail.yahoo.com
обсуждение исходный текст
Список pgsql-interfaces
I've created shell script which fixes this error:

ERROR:  Unable to identify an operator '=' for types
'numeric' and 'float8'
    You will have to retype this query using an explicit
cast

The error occurs when you try to insert information
into at PostgreSQL database from MS Access using ODBC.
 It is caused by the fact that there is no equals
operator assigned to parameters of types numeric and
float8.

I don't know why Access is running a query with the
types numeric and float8, but it is.  I don't not have
either of those types in my table.

Here is the script, which works on Red Hat Linux 7.



=====
Bill Chatfield <bill_chatfield@yahoo.com>
At marchFIRST - 324-7677 - bill.chatfield@marchFIRST.com
At Cardinal - 757-7038 - bill.chatfield@cardhealth.com
At NetCommunity - bill.chatfield@netcommunity.com

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/
Вложения

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

Предыдущее
От: Dave
Дата:
Сообщение: How to change the encoding inside the JDBC interface
Следующее
От: "Adam Lang"
Дата:
Сообщение: Re: Large Objects...ODBC/VB6/ADO...& PostgreSQL