Re: [HY000] no error information; Error while preparing parameters

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Daniil Megrabyan <danil(dot)megrabjan(at)gmail(dot)com>
Cc: pgsql-odbc <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: [HY000] no error information; Error while preparing parameters
Date: 2017-02-07 15:52:26
Message-ID: c554a0f1-4666-0eef-c022-eb231b62d8e7@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

On 02/06/2017 11:14 PM, Daniil Megrabyan wrote:

Please reply to the list also.
Ccing list
>
>> 6 февр. 2017 г., в 23:57, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> написал(а):

>> These are Postgres versions. What I am talking about is the libpq library that psqlodbc uses to communicate with Postgres.
>>
>> Should have asked earlier, how did you install psqlodbc?
>>
>> Find the psqlodbc file, on my machine(openSUSE 42.2 psqlodbc built from source) it is:
>>
>> /usr/local/lib64/psqlodbcw.so
>>
>> From this post:
>>
>> http://dba.stackexchange.com/questions/120309/psql-invalid-client-encoding-error-on-os-x-postgresql-9-4-5
>>
>> on OS X you would need to do:
>>
>> otool -L /path/to/psqlodbcw
>>
>> This should show what libpq it is using.
>

miniBagroff:psqlodbc-09.06.0100 danilabagroff$ otool -L
/usr/local/lib/psqlodbcw.so
/usr/local/lib/psqlodbcw.so:
/usr/local/opt/postgresql/lib/libpq.5.dylib (compatibility version
5.0.0, current version 5.8.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 1238.0.0)
/usr/local/opt/unixodbc/lib/libodbcinst.2.dylib (compatibility
version 3.0.0, current version 3.0.0)

> — Daniil A Megrabyan —
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Inoue, Hiroshi 2017-02-08 07:54:25 Re: [HY000] no error information; Error while preparing parameters
Previous Message Inoue, Hiroshi 2017-02-07 11:54:54 Re: Problem calling a function from ODBC application