Re: How to create an ODBC datasource in CI

From: "Clemens Ladisch" <cladisch(at)fastmail(dot)net>
To: "PostgreSQL mailing lists" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: How to create an ODBC datasource in CI
Date: 2024-03-29 12:03:52
Message-ID: 31e17635-3716-4ffd-8a47-b5dc92112f09@app.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Dave Cramer wrote:
> In order to test the driver using github actions we need to be able to
> create a windows datasource. Usually this requires some kind of user
> interaction.

The ODBC Administrator tool just calls SQLConfigDataSource. You could write your own tool to do this, or add the registry entries directly in HKCU\Software\ODBC\ODBC.INI\ODBC Data Sources.

Best regards,
Clemens

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Jon Raiford 2024-03-29 12:41:08 Re: How to create an ODBC datasource in CI
Previous Message Dave Cramer 2024-03-29 11:16:49 How to create an ODBC datasource in CI