RE: ODBC Driver for PostgreSQL

From: "Regina Obe" <lr(at)pcorp(dot)us>
To: "'Torres Cervantes, Salvador'" <salvador(dot)torres(at)hp(dot)com>, "'Heikki Linnakangas'" <hlinnaka(at)iki(dot)fi>, <pgsql-odbc(at)lists(dot)postgresql(dot)org>, <pgsql-odbc(at)postgresql(dot)org>
Subject: RE: ODBC Driver for PostgreSQL
Date: 2022-11-01 16:27:29
Message-ID: 000a01d8ee0e$d6d29f30$8477dd90$@pcorp.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I can’t tell from your screenshot if you have registered a file dsn, user dsn, or system dsn.

To work in SQL Server, I think it has to be a System DSN. Also make sure you are using the 64-bit ODBC Manager and not the 32-bit one. Note the top of the dialog should say “64-bit” and your entry should be in the System DSN section

From: Torres Cervantes, Salvador [mailto:salvador(dot)torres(at)hp(dot)com]
Sent: Thursday, October 27, 2022 11:51 AM
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>; pgsql-odbc(at)lists(dot)postgresql(dot)org; pgsql-odbc(at)postgresql(dot)org
Subject: RE: ODBC Driver for PostgreSQL

OK.

I was able to install new Driver and Connection Successful but still have an error when creating the LINK Server on SQL

Thx,

Salvador T.

-----Original Message-----
From: Heikki Linnakangas <hlinnaka(at)iki(dot)fi <mailto:hlinnaka(at)iki(dot)fi> >
Sent: Thursday, October 27, 2022 8:18 AM
To: pgsql-odbc(at)lists(dot)postgresql(dot)org <mailto:pgsql-odbc(at)lists(dot)postgresql(dot)org> ; Torres Cervantes, Salvador <salvador(dot)torres(at)hp(dot)com <mailto:salvador(dot)torres(at)hp(dot)com> >; pgsql-odbc(at)postgresql(dot)org <mailto:pgsql-odbc(at)postgresql(dot)org>
Subject: Re: ODBC Driver for PostgreSQL

CAUTION: External Email

On 27 October 2022 16:47:25 CEST, "Torres Cervantes, Salvador" < <mailto:salvador(dot)torres(at)hp(dot)com> salvador(dot)torres(at)hp(dot)com> wrote:

>Hello,

>I'm trying to use your drivers. But I have the following error message. Could you please help ? any idea why ?

"authentication method 10 not supported" means that the server is configured to use SCRAM authentication, and the driver is an old version that doesn't support it. Upgrade the ODBC driver.

- Heikki

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message foxi_yiyi12081003 2022-11-02 02:16:17 【omissions report】the SQL Command in PGAPI ColumnPrivileges
Previous Message Torres Cervantes, Salvador 2022-10-27 15:51:07 RE: ODBC Driver for PostgreSQL