Re: textcat() and ODBC driver - Mailing list pgsql-interfaces

From Thomas Lockhart
Subject Re: textcat() and ODBC driver
Date
Msg-id 3A4A1B05.7D0B1140@alumni.caltech.edu
Whole thread Raw
In response to textcat() and ODBC driver  (Cedar Cox <cedarc@visionforisrael.com>)
Responses Re: textcat() and ODBC driver
List pgsql-interfaces
> The response I got was that the odbc code is not smart enough to nest
> textcat functions.  A recent discovery ;) brings me to this question, Why
> is textcat being used?  Why not just use the || operator?  Unless there's
> something I don't know it seems to be a direct replacement for the &
> operator in Access/VB.  Thoughts?  Someone willing to change it?

There *may* be some translation in the ODBC driver to get from an ODBC
function call to textcat() (I haven't looked at it since last spring).
But I'm pretty sure that there is no "operator mapping" in the driver,
and that Access itself is converting from the (nonstandard) ampersand to
some function call. Have you tried forming the query with the SQL92 "||"
operator? Or is this some automatic query from Access which you cannot,
uh, access?
                     - Thomas


pgsql-interfaces by date:

Previous
From: "Adam Lang"
Date:
Subject: Re: RE: [HACKERS] PHP and PostgreSQL
Next
From: "Adam Lang"
Date:
Subject: Re: PHP and PostgreSQL