Skip to content

Commit 679c437

Browse files
author
Colin Robertson
authored
Update creating-the-provider.md
- I could have sworn I fixed these space issues before.
1 parent c139824 commit 679c437

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

docs/data/oledb/creating-the-provider.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@ ms.workload: ["cplusplus", "data-storage"]
1313
---
1414
# Creating the Provider
1515

16-
#### To create an OLE DB provider with the ATL OLE DB Provider Wizard
17-
18-
1. Right-click the project.
19-
20-
1. On the shortcut menu, click **Add**, and then click **Add Class**.
21-
22-
1. In the **Add Class** dialog box, select the **ATL OLE DB Provider** icon, and then click **Open**.
23-
24-
1. In the ATL OLE DB Provider Wizard, enter a short name for your provider in the **Short Name** box. The following topics use the short name "MyProvider", but you can use another name. The other name boxes populate according to the name you enter.
25-
26-
1. Edit the other name boxes, if needed. In addition to the object and file names, you can edit the following:
27-
28-
- **Coclass**: The name that COM uses to create the provider.
29-
30-
- **ProgID**: The programmatic identifier, which is a text string that can be used instead of a GUID.
31-
32-
- **Version**: Used with the ProgID and coclass to generate a version-dependent programmatic ID.
33-
34-
1. Click **Finish**.
35-
36-
## See Also
37-
38-
[Creating an OLE DB Provider](../../data/oledb/creating-an-ole-db-provider.md)
16+
#### To create an OLE DB provider with the ATL OLE DB Provider Wizard
17+
18+
1. Right-click the project.
19+
20+
1. On the shortcut menu, click **Add**, and then click **Add Class**.
21+
22+
1. In the **Add Class** dialog box, select the **ATL OLE DB Provider** icon, and then click **Open**.
23+
24+
1. In the ATL OLE DB Provider Wizard, enter a short name for your provider in the **Short Name** box. The following topics use the short name "MyProvider", but you can use another name. The other name boxes populate according to the name you enter.
25+
26+
1. Edit the other name boxes, if needed. In addition to the object and file names, you can edit the following:
27+
28+
- **Coclass**: The name that COM uses to create the provider.
29+
30+
- **ProgID**: The programmatic identifier, which is a text string that can be used instead of a GUID.
31+
32+
- **Version**: Used with the ProgID and coclass to generate a version-dependent programmatic ID.
33+
34+
1. Click **Finish**.
35+
36+
## See Also
37+
38+
[Creating an OLE DB Provider](../../data/oledb/creating-an-ole-db-provider.md)

0 commit comments

Comments
 (0)