Re: A problem with odbc connection - Mailing list pgsql-odbc

From Ivan Neshta
Subject Re: A problem with odbc connection
Date
Msg-id CACCxZY42gnuSiO9vrHh8YUpCeckbakJwe75+4oMG7JPqv4xmZw@mail.gmail.com
Whole thread Raw
In response to Re: A problem with odbc connection  ("Inoue, Hiroshi" <h-inoue@dream.email.ne.jp>)
List pgsql-odbc
Hello Hiroshi,

It worked. 
I've spent almost a day trying to solve this issue. 
Thank you very much for your help!   

Regards,
Ivan

On Thu, Sep 13, 2018 at 1:28 PM Inoue, Hiroshi <h-inoue@dream.email.ne.jp> wrote:
Hi Ivan,

On 2018/09/13 0:07, Ivan Neshta wrote:
> Hello there,
>
> I have experiencing a problem with odbc connection to postgresql.
> I have rhel 7.4 and postgresql-odbc.x86_64 (09.03.0100-2.el7) installed.
>
> Application shows following error: [unixODBC]ERROR: Unsupported
> startup parameter: geqo
>
> I've tried to add to the setting in files /etc/odbcinst.ini and
> /etc/odbc.ini:
> set geqo            = 0
> set geqo            = off
> geqo            = 0
> geqo            = off
>

Could you please try the following setting in odbc.ini

sslmode = allow

?

regards,
Hiroshi Inoue

> Unfortunatelly, it didn't help to fix the problem.
> Could you please advice how the problem can be fixed?
>
> Best regards,
> Ivan

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

pgsql-odbc by date:

Previous
From: "Inoue, Hiroshi"
Date:
Subject: Re: A problem with odbc connection
Next
From: Igor Korot
Date:
Subject: Re: Building libpq independently of server