Skip to content

Commit aec19ae

Browse files
authored
Merge pull request #10904 from v-maudel/patch-20
C93105 separate bold string from previous and next
2 parents ed33877 + b3f9b9e commit aec19ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/ado/guide/data/required-providers-for-data-shaping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Data shaping typically requires two providers. The service provider, [Data Shapi
2121

2222
The name of the data provider can be specified as the value of the **Data Provider** dynamic property, which is added to the **Connection** object [Properties](../../../ado/reference/ado-api/properties-collection-ado.md) collection by the Data Shaping Service for OLE DB, or the connection string keyword "**Data Provider =** _provider_".
2323

24-
No data provider is required if the **Recordset** is not populated (for example, as in a fabricated **Recordset** where columns are created with the NEW keyword). In that case, specify "**Data Provider=**none;".
24+
No data provider is required if the **Recordset** is not populated (for example, as in a fabricated **Recordset** where columns are created with the NEW keyword). In that case, specify "**Data Provider=** none;".
2525

2626
## Example
2727

0 commit comments

Comments
 (0)