Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oFsKh-0006EV-8q for pgsql-odbc@arkaria.postgresql.org; Mon, 25 Jul 2022 07:16:51 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oFsKe-0007u9-VP for pgsql-odbc@arkaria.postgresql.org; Mon, 25 Jul 2022 07:16:48 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oFsKe-0007tc-NB for pgsql-odbc@lists.postgresql.org; Mon, 25 Jul 2022 07:16:48 +0000 Received: from mail-ed1-x529.google.com ([2a00:1450:4864:20::529]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1oFsKa-0000Tc-BG for pgsql-odbc@lists.postgresql.org; Mon, 25 Jul 2022 07:16:47 +0000 Received: by mail-ed1-x529.google.com with SMTP id w5so269635edd.13 for ; Mon, 25 Jul 2022 00:16:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=jAS31m8myfUMy6JZAOAZqd6N3EzJDNHMlHEfpAQPB5Q=; b=ROQkB0pQJZevLAZcGxkQVe5PFXox0p7agarnn5CQTnnZmNtdRnlZZkgEaBGrDZvlXk +/xw0hk2cX08fhSA0+L0XYjqNpgPFSpRVmVdLCtLtQpZnznLqZDVao/iGumhtnPyr4Ar T6qLRjpoD2ZDZEwIO4lzk1DyZi2KT19/zthiYJiMV8y8Yqk64YXf9ImYFurTuiW0pkvr G/T3wZ8nBmV1Y0EIsCm/UTvROnJ8M82aOCOin1+RSY0jWzUw0zWwDzPJVhK/Ef3GTyNj hdJYuP7Cknb7G/xJWWMkr/yW7bMbvW/am0Ey1e4bHX0cyvlZvSKZhIInbJwx6pKZsDgN 5D7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=jAS31m8myfUMy6JZAOAZqd6N3EzJDNHMlHEfpAQPB5Q=; b=Eo3soTRKmwxXBfK2An93d/wBT03AxnFhv/y6WXVN6/fBNcmMgEH4ouBPmbedGMEbgO nYBJ1X3kLeVriSyzz4klmnilQHS8h+PKcVzcuuL66V6I0m0ytSd1ZIBxUPj5spgUi080 Kf73D1MeYbkgqLdHxqjdyMifPsOFgSkSRg831SSWZ37Pu0HIKL3r+eOmZjxn0K6RSWrO d4uePpW6GOwMrY0N3nfZYZ//gVwI1/EKaelnLtSx2PiN8Nqapn3Hsx/ELYs7NaFYtKNB 1nNH/LtubNUS8PN2oRRh7f3hDbLGrM5cLm8AgkFhMxyj4h7Kr2meQmRxBw6XnS1sLlol l5yQ== X-Gm-Message-State: AJIora9NsO1d0yhEDYcX7YB+SLzyi3T+RqUgUlE3xO5dqw+72gk4fSIu fw5oNkSBoZJfwOtEfF9ldHZNHOQb3/py0CKdtxeG4QLR X-Google-Smtp-Source: AGRyM1t5bh/Otg1S1igUeYhsDgjzo7MdPbMYAqPA6DsSMnY11cnTuHuFqgm/Lc4czgmcO/gVTug+HxYUnuHWgxGCSos= X-Received: by 2002:a05:6402:2b8b:b0:43a:5475:f1ae with SMTP id fj11-20020a0564022b8b00b0043a5475f1aemr11703286edb.363.1658733401822; Mon, 25 Jul 2022 00:16:41 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Taka Taka Date: Mon, 25 Jul 2022 16:16:31 +0900 Message-ID: Subject: Re: Question about psqlodbc_13_02 To: pgsql-odbc@lists.postgresql.org Content-Type: multipart/alternative; boundary="0000000000003159b905e49bf758" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --0000000000003159b905e49bf758 Content-Type: text/plain; charset="UTF-8" Hello. I would like to add some details to my question. The problem is that the tool we were using has started generating errors. The tool was corresponding to Excel. It is OBDC driver that directly accesses the DB of the system we have applied for and used as individual AP. Since all the use of the ODBC driver from Excel is from VBA, I checked the operation using ACCESS, but the above individual AP (ODBC driver) could not be referenced. In this event, Office 2016 has been uninstalled, and the individual AP (ODBC) from M365 Excel app is available? On Mon, Jul 25, 2022 at 9:09 AM Taka Taka wrote: > Hello. > I would like to know if psqlodbc_13_02 is compatible with M365. > Also, could you please tell me which of the psqlodbc_13_02 would be suitable > to Windows 10 64-bit? > --0000000000003159b905e49bf758 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello.
I would like to add some details to my question= .
The problem is that the tool we were using has started generati= ng errors.
The tool was corresponding to Excel.
It is O= BDC=C2=A0driver that directly accesses the DB of the system we have applied= for and used as individual=C2=A0AP.
Since all the use of the ODB= C driver from Excel is from VBA, I checked the operation using ACCESS,=C2= =A0
but the above individual=C2=A0AP (ODBC driver) could not be r= eferenced.
In this event, Office 2016 has been uninstalled, and t= he individual AP (ODBC) from M365 Excel app is available?=C2=A0
=
On Mon= , Jul 25, 2022 at 9:09 AM Taka Taka <takahiko.ito.one@gmail.com> wrote:
Hello.
I would like to know if psqlodbc_13_02 is compatible wi= th M365.
Also, could you plea= se tell me which of the psqlodbc_13_02 would be=C2=A0suitable to Windows 10 64-bit?
--0000000000003159b905e49bf758--