[PATCH] odbccp32: Implement SQLConfigDataSource/W

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Mon Oct 22 04:36:09 CDT 2018


Hi,

Ill update the code with your suggestions.
>> +}
> Can you call W variant from this one? Same for formatting, since it's
> a new piece it's an opportunity to clean up argument names.
>
> Have you tested that both calls end up calling ConfigDSNW if it's
> available, instead of actually matching argument types and calling
> ConfigDSN or ConfigDSNW.
>
SQLConfigDataSource has the ability to call the either of the ConfigDSN
functions.  For example, mdac28 installer calls ConfigDSNW for the SQL
driver, whereas the pgODBC driver only has the ConfigDSN export.

So, far I haven't found an installer that uses SQLConfigDataSourceW but
I'm assuming that it will only use ConfigDSNW.

Alistair.



More information about the wine-devel mailing list