oledb32: Use the correct property for initial catalog.
commite9c8de2300b88a1a0f64154217ef1f47e7f6c346
authorZhiyi Zhang <zzhang@codeweavers.com>
Mon, 8 May 2023 09:33:30 +0000 (8 17:33 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 9 May 2023 12:48:48 +0000 (9 14:48 +0200)
treee59ae254e164d51617785ae4ff04ebea808a0efa
parente00dfd2064f84359a8c0404b700f9db7a8b86cab
oledb32: Use the correct property for initial catalog.

"Initial Catalog" should use property DBPROP_INIT_CATALOG instead of DBPROP_CATALOGLOCATION.

Fix PowerPivot for Excel not able to query embedded data sources.
dlls/oledb32/datainit.c
dlls/oledb32/tests/database.c