Re: How to create an ODBC datasource in CI - Mailing list pgsql-odbc

From Clemens Ladisch
Subject Re: How to create an ODBC datasource in CI
Date
Msg-id 31e17635-3716-4ffd-8a47-b5dc92112f09@app.fastmail.com
Whole thread Raw
In response to [MASSMAIL]How to create an ODBC datasource in CI  (Dave Cramer <davecramer@gmail.com>)
List 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
registryentries directly in HKCU\Software\ODBC\ODBC.INI\ODBC Data Sources.
 


Best regards,
Clemens



pgsql-odbc by date:

Previous
From: Dave Cramer
Date:
Subject: [MASSMAIL]How to create an ODBC datasource in CI
Next
From: Jon Raiford
Date:
Subject: Re: How to create an ODBC datasource in CI