PostgreSQL ODBC from MS Access numeric/float8 Error Fix - Mailing list pgsql-interfaces

From Bill Chatfield
Subject PostgreSQL ODBC from MS Access numeric/float8 Error Fix
Date
Msg-id 20001126100519.84030.qmail@web9502.mail.yahoo.com
Whole thread Raw
List 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/
Attachment

pgsql-interfaces by date:

Previous
From: Dave
Date:
Subject: How to change the encoding inside the JDBC interface
Next
From: "Adam Lang"
Date:
Subject: Re: Large Objects...ODBC/VB6/ADO...& PostgreSQL