Re: Case-sensitivity of connection string parameters

From: Mateusz Loskot <mateusz(at)loskot(dot)net>
To: "Inoue, Hiroshi" <h-inoue(at)dream(dot)email(dot)ne(dot)jp>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Case-sensitivity of connection string parameters
Date: 2016-05-10 13:52:17
Message-ID: CABUeae9B=ATcne+hP9i77sAk3c1eysnag_7s1Z-t20eaE0Sjzg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On 10 May 2016 at 15:26, Inoue, Hiroshi <h-inoue(at)dream(dot)email(dot)ne(dot)jp> wrote:
> On 2016/05/10 16:56, Mateusz Loskot wrote:
>>
>> I use the psqlODBC 9.2.1 with unixODBC 2.2.14 on Ubuntu 14.04.
>> Should I expect names of connection string parameters to be
>> case-sensitive?
>>
>> For instance, if I try DSN-less connection with the following connection
>> string passed to the ODBC API call SQLDriverConnect:
>>
>> "Driver={PostgreSQL
>> ANSI};Server=127.0.0.1;Database=test;UID=test;PWD=test;"
>>
>> I get this error:
>>
>> [unixODBC][Driver Manager]Data source name not found, and no default
>> driver specified
>
>
> What rejects the connection is unixODBC driver manager not psqlodbc driver.
> Newer version of unixODBC may allow "Driver=....".

I see, though, confusingly, in the same environment unixODBC
accepts "Driver=" for MySQL connection.
That is why I suspected psqlODBC.

Regards,
--
Mateusz Loskot, http://mateusz.loskot.net

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Adrian Klaver 2016-05-10 14:40:48 Re: Case-sensitivity of connection string parameters
Previous Message Inoue, Hiroshi 2016-05-10 13:26:02 Re: Case-sensitivity of connection string parameters