Re: Fwd: Error using odbc 11.00.0000

From: "Inoue, Hiroshi" <h-inoue(at)dream(dot)email(dot)ne(dot)jp>
To: Walter Willmertinger <willmis(at)gmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Fwd: Error using odbc 11.00.0000
Date: 2018-11-21 05:32:21
Message-ID: e636ca8e-5542-fc04-0703-6cddf0bc3e5d@dream.email.ne.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-odbc

Hi Walter,

What is the PostgreSQL server's version?

regards,
Hiroshi Inoue

On 2018/11/20 23:21, Walter Willmertinger wrote:
> After installation of this new release we have follwoing problem in an
> MS ACCESS project.
> In a form there is a search window where a user can enter a search string.
> The data source for this form is following query:
>
> SELECT Interessenten.[ID]
> FROM Interessenten
> WHERE ((([Name] & ',' & [Vorname]) Like '*Ritter*')) OR
> (((Interessenten.Ort) Like '*müller*')) OR (((Interessenten.PLZ) Like
> '*müller*')) OR (((Interessenten.Handy) Like '*müller*'));
>
> This query leads to an exception:
>    ODBC Call failed (in german)
>    ERROR: function concat(text,text) does not exist:
>    Error while exection the query(#1)
>
> If I omit the concatenation: ([Name] & ',' & [Vorname]) Like
> '*Ritter*'), the query is executed normally.
>
> Environment: ODBC 64 Bit, Windows 10, Access 2013
> I already activated
>
> Regards
>
> Walter Willmertinger

---
このメールは、AVG によってウイルス チェックされています。
http://www.avg.com

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2018-11-21 07:18:58 Re: BUG #15514: process fails on jsonb_populate_recordset query. see simple example below
Previous Message Tom Lane 2018-11-21 05:03:48 Re: BUG #15514: process fails on jsonb_populate_recordset query. see simple example below

Browse pgsql-odbc by date

  From Date Subject
Next Message Yuriy Nasida 2018-11-23 18:17:01 Segmentation fault in case Debian9+odbc+pgsql10.6
Previous Message Walter Willmertinger 2018-11-20 14:21:34 Fwd: Error using odbc 11.00.0000