Re: textcat() and ODBC driver

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: textcat() and ODBC driver
Дата
Msg-id 3A4A1B05.7D0B1140@alumni.caltech.edu
обсуждение исходный текст
Ответ на textcat() and ODBC driver  (Cedar Cox <cedarc@visionforisrael.com>)
Ответы Re: textcat() and ODBC driver
Список 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 по дате отправления:

Предыдущее
От: "Adam Lang"
Дата:
Сообщение: Re: RE: [HACKERS] PHP and PostgreSQL
Следующее
От: "Adam Lang"
Дата:
Сообщение: Re: PHP and PostgreSQL