Re: How to create an ODBC datasource in CI

Поиск
Список
Период
Сортировка
От Clemens Ladisch
Тема Re: How to create an ODBC datasource in CI
Дата
Msg-id 31e17635-3716-4ffd-8a47-b5dc92112f09@app.fastmail.com
обсуждение исходный текст
Ответ на [MASSMAIL]How to create an ODBC datasource in CI  (Dave Cramer <davecramer@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: [MASSMAIL]How to create an ODBC datasource in CI
Следующее
От: Jon Raiford
Дата:
Сообщение: Re: How to create an ODBC datasource in CI