oledb32: When creating a Data Source, handle non fatal errors.
commit68e8eaa4b70e2687b50e278ee0b84d03e10ed27b
authorAlistair Leslie-Hughes <leslie_alistair@hotmail.com>
Tue, 18 Jun 2024 04:54:30 +0000 (18 14:54 +1000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 18 Jun 2024 19:17:11 +0000 (18 21:17 +0200)
treebed801cf06b13c0efc6ab1a28509f886a57fac8c
parent43f6ba56d0272148451ed04fd010e0c78493fe79
oledb32: When creating a Data Source, handle non fatal errors.

The Jet4 driver doesn't handle the DBPROP_AUTH_PERSIST_SENSITIVE_AUTHINFO
property which is passed in SetProperties.  On return that property is marked
as DBPROPSTATUS_NOTSUPPORTED and returns DB_S_ERRORSOCCURRED.

In this case, we dont care that isn't not supported and should allow
the DataSource to succeed.
dlls/oledb32/datainit.c