https://bugs.winehq.org/show_bug.cgi?id=39529
Bug ID: 39529 Summary: Data Source initstring parsing is case-sensitive Product: Wine Version: 1.7.52 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: oledb32 Assignee: wine-bugs@winehq.org Reporter: gabriel@system.is Distribution: ---
The initstring parsing in 'datainit_GetDataSource' for finding a suitable provider is doing a case-sensitive sub-string match.
The casing of "Provider=" is insignificant in the native oledb32.dll.