Re: psqlODBC - PostgreSQL ODBC driver error

From: Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>
To: Donovan Hsieh <dhsieh_9(at)yahoo(dot)com>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: psqlODBC - PostgreSQL ODBC driver error
Date: 2019-06-27 08:48:59
Message-ID: CAE9k0PkPt3kunXEmK5tX=mH_18gLzHYN4AGFZXhJd4HWttc1Ug@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi Donovan,

It seems like the dll(s) on which psqlodbc35w.dll is having dependency is
either missing in your system or if it is present then probably it's not
being picked from the right place may be because you haven't set the
environment variable PATH correctly. I think, in Windows there is a tool
named "Dependency Walker" or "depends.exe" which you can use to find the
missing dlls.

If I understand correctly, you must have at least the following dlls
present in your installation directory.

libpq.dll
krb5_32.dll
libeay32.dll
ssleay32.dll
libintl-2.dll
libiconv-2.dll

--
With Regards,
Ashutosh Sharma
EnterpriseDB:*http://www.enterprisedb.com <http://www.enterprisedb.com/>*

On Thu, Jun 27, 2019 at 1:06 PM Donovan Hsieh <dhsieh_9(at)yahoo(dot)com> wrote:

> Hi - I downloaded and installed the 64 bit PostgreSQL ODBC driver from
> https://odbc.postgresql.org/. However, I got an error while using it from
> the ER/Studio data modeling tool as shown below.
>
> [image: Inline image]
>
> I wonder what could be the reason. It looks like my Windows 10 can't find
> the DLL even though it's in "C:\Program Files\psqlODBC\1101\bin". Any
> advise yopu can share will be greatly appreciated.
>
> Regards,
> -Donovan
>

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message AYahorau 2019-06-27 16:55:39 Re: psqlodbc: No memory available to store statement
Previous Message Inoue, Hiroshi 2019-06-27 03:44:16 Re: Fwd: ODBC: SQLGetDescField returns incorrect length for SQL_DESC_COUNT field of APD