Skip to content

Commit 1e8f4b5

Browse files
author
mikeblome
committed
fixed table to match two other similar tables on docs
1 parent 9c78ba9 commit 1e8f4b5

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
---
22
title: "Enabling and Disabling Services for a Provider"
3-
ms.date: "10/29/2018"
3+
ms.date: "07/30/2019"
44
helpviewer_keywords: ["OLE DB services [OLE DB], enabling and disabling", "service providers [OLE DB]"]
55
ms.assetid: 3deac1bb-f660-407a-92ef-95e139e280c0
66
---
77
# Enabling and Disabling Services for a Provider
88

99
Individual OLE DB services can be enabled or disabled by default for all applications that access a single provider. This is done by adding an OLEDB_SERVICES registry entry under the provider's CLSID, with a DWORD value specifying the services to enable or disable, as shown in the following table.
1010

11-
|Default services enabled|Keyword value|
11+
|Default services enabled|DWORD value|
1212
|------------------------------|-------------------|
13+
|All services except client cursor and pooling|0xfffffffa|
14+
|All services except Client Cursor|0xfffffffb|
15+
|All services except Pooling and AutoEnlistment|0xfffffffc|
16+
|All services except pooling|0xfffffffe|
1317
|All services (default)|0xffffffff|
14-
|All except Pooling and AutoEnlistment|0xfffffffe|
15-
|All except Client Cursor|0xfffffffb|
16-
|All except Pooling, AutoEnlistment, and Client Cursor|0xfffffff0|
1718
|No services|0x00000000|
18-
|No aggregation, all services disabled|\<missing key>|
19+
|No aggregation, all services disabled|No OLEDB_Services registry entry|
1920

2021
## See also
2122

22-
[Enabling and Disabling OLE DB Services](../../data/oledb/enabling-and-disabling-ole-db-services.md)
23+
[Enabling and Disabling OLE DB Services](../../data/oledb/enabling-and-disabling-ole-db-services.md)

0 commit comments

Comments
 (0)