Re: ODBC driver on Windows 11 ARM64

From: Dave Cramer <davecramer(at)postgres(dot)rocks>
To: Evan Cornell <evan(dot)cornell(at)savant(dot)com>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: ODBC driver on Windows 11 ARM64
Date: 2023-11-01 12:32:05
Message-ID: CADK3HHJuLzAGL1UTNgzL1NBrcqUqMG3M0gYwH1N0JpfkdRo00g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi Evan,

Yes, it would require manually compiling. Looks like you will have to
first compile PostgreSQL on your machine.
PostgreSQL: Documentation: 16: 18.1. Building with Visual C++ or the
Microsoft Windows SDK
<https://www.postgresql.org/docs/current/install-windows-full.html>

And then use that to compile ODBC.

Directions for compiling ODBC Compiling psqlODBC on Windows (postgresql.org)
<https://odbc.postgresql.org/docs/win32-compilation.html>
Dave Cramer
www.postgres.rocks

On Wed, 1 Nov 2023 at 05:29, Evan Cornell <evan(dot)cornell(at)savant(dot)com> wrote:

> Is it possible to install postgresql ODBC driver on Windows 11 ARM64?
>
> If required to manually compile, this is fine, if so, what are the steps?
>
> Thanks,
>
> *Evan Cornell*
> Hardware Engineering
> C. 419.706.8315
> 45 Perseverance Way
> Hyannis, MA 02601
>
> evan(dot)cornell(at)savant(dot)com
> www.savant.com
>
>
>
> Statement of Confidentiality
>
> The contents of this e-mail message and any attachments are confidential
> and are intended solely for the addressee. The information may also be
> legally privileged. This transmission is sent in trust, and the sole
> purpose of delivery to the intended recipient. If you have received this
> transmission in error, any use, reproduction or dissemination of this
> transmission is strictly prohibited. If you are not the intended recipient,
> please immediately notify the sender by reply e-mail or at 508.683.2500 and
> delete this message and its attachments, if any.
>
>
>
> CONFIDENTIALITY NOTICE:
> This message may contain confidential and/or privileged material. Any
> unauthorized review, use, disclosure or distribution is prohibited. If you
> are not the intended recipient, please contact the sender by reply e-mail
> and destroy all copies of the original message. If you are the intended
> recipient but do not wish to receive communications through this medium,
> please so advise the sender immediately.
>

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Mauro Gatti 2023-11-07 16:29:19 ODBC problem with decimal separator
Previous Message Evan Cornell 2023-10-31 21:06:11 ODBC driver on Windows 11 ARM64