1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00
wine/dlls/oledb32
Alistair Leslie-Hughes 68e8eaa4b7 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.
2024-06-18 21:17:11 +02:00
..
tests oledb32: Support multiple values when parsing the property Mode. 2024-06-18 21:17:08 +02:00
convert.c
convert.idl
datainit.c oledb32: When creating a Data Source, handle non fatal errors. 2024-06-18 21:17:11 +02:00
dslocator.c oledb32: Add missing const modifiers. 2023-11-22 10:10:41 +01:00
errorinfo.c
main.c
Makefile.in
oledb_private.h oledb32: Add missing const modifiers. 2023-11-22 10:10:41 +01:00
oledb32_classes.idl
oledb32_typelib.idl
oledb32.spec
resource.h
rowpos.c
version.rc