Skip to content

Commit 917e25c

Browse files
authored
Merge pull request #16262 from damabe/1741262-damabe1
DuplicateH1Headings: User Story 1741262, Part 1 - sql-docs-pr
2 parents 78f8bf7 + 086e2bf commit 917e25c

20 files changed

Lines changed: 20 additions & 20 deletions

docs/connect/oledb/features/filestream-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ helpviewer_keywords:
1414
author: pmasl
1515
ms.author: pelopes
1616
---
17-
# FILESTREAM Support
17+
# FILESTREAM Support in OLE DB Driver for SQL Server
1818
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md-winonly](../../../includes/appliesto-ss-xxxx-xxxx-xxx-md-winonly.md)]
1919

2020
[!INCLUDE[Driver_OLEDB_Download](../../../includes/driver_oledb_download.md)]

docs/connect/oledb/ole-db-rowsets/fetching-a-single-row-with-irow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ helpviewer_keywords:
1818
author: pmasl
1919
ms.author: pelopes
2020
---
21-
# Fetching a Single Row with IRow
21+
# Fetching a Single Row with IRow (OLE DB Driver)
2222
[!INCLUDE [SQL Server](../../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2323

2424
[!INCLUDE[Driver_OLEDB_Download](../../../includes/driver_oledb_download.md)]

docs/connect/oledb/ole-db-rowsets/fetching-blob-data-using-irow-getcolumns-and-isequentialstream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ helpviewer_keywords:
1616
author: pmasl
1717
ms.author: pelopes
1818
---
19-
# Fetching BLOB Data Using IRow::GetColumns and ISequentialStream
19+
# Fetching BLOB Data by Using IRow::GetColumns and ISequentialStream
2020
[!INCLUDE [SQL Server](../../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2121

2222
[!INCLUDE[Driver_OLEDB_Download](../../../includes/driver_oledb_download.md)]

docs/connect/oledb/ole-db-rowsets/fetching-rows-next-fetch-position.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ helpviewer_keywords:
1616
author: pmasl
1717
ms.author: pelopes
1818
---
19-
# Fetching Rows - Next Fetch Position
19+
# Fetching Rows - Next Fetch Position (OLE DB Driver)
2020
[!INCLUDE [SQL Server](../../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2121

2222
[!INCLUDE[Driver_OLEDB_Download](../../../includes/driver_oledb_download.md)]

docs/relational-databases/native-client-ole-db-blobs/getting-large-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ author: markingmyname
1717
ms.author: maghan
1818
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
1919
---
20-
# Getting Large Data
20+
# Getting Large Data from a SQL Server Native Client OLE DB Provider
2121
[!INCLUDE[SQL Server Azure SQL Database Synapse Analytics PDW ](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2222

2323
In general, consumers should isolate code that creates a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Native Client OLE DB provider storage object from other code that handles data not referenced through an **ISequentialStream** interface pointer.

docs/relational-databases/native-client-ole-db-how-to/filestream/filestream-and-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ author: markingmyname
1212
ms.author: maghan
1313
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
1414
---
15-
# Filestream and OLE DB
15+
# Filestream and OLE DB (Native Client OLE DB Provider)
1616
[!INCLUDE [SQL Server](../../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
1717

1818
This section contains four samples that show how to use [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] Native Client OLE DB with the filestream feature:

docs/relational-databases/native-client-ole-db-how-to/results/fetch-rows-from-a-result-set-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ author: markingmyname
1414
ms.author: maghan
1515
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
1616
---
17-
# Fetch Rows from a Result Set (OLE DB)
17+
# Fetch Rows from a Result Set (Native Client OLE DB Provider)
1818
[!INCLUDE [SQL Server](../../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
1919

2020
This sample shows how to fetch rows from a result set. This sample is not supported on IA64.

docs/relational-databases/native-client-ole-db-interfaces/ibcpsession-bcpcolfmt-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ author: markingmyname
1717
ms.author: maghan
1818
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
1919
---
20-
# IBCPSession::BCPColFmt (OLE DB)
20+
# IBCPSession::BCPColFmt (Native Client OLE DB Provider)
2121
[!INCLUDE[SQL Server Azure SQL Database Synapse Analytics PDW ](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2222

2323
Creates a binding between program variables and [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] columns.

docs/relational-databases/native-client-ole-db-interfaces/ibcpsession-bcpcolumns-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ author: markingmyname
1717
ms.author: maghan
1818
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
1919
---
20-
# IBCPSession::BCPColumns (OLE DB)
20+
# IBCPSession::BCPColumns (Native Client OLE DB Provider)
2121
[!INCLUDE[SQL Server Azure SQL Database Synapse Analytics PDW ](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2222

2323
Sets the number of fields that are to be bound to the columns in a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] table.

docs/relational-databases/native-client-ole-db-interfaces/ibcpsession-bcpcontrol-ole-db.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ author: markingmyname
1717
ms.author: maghan
1818
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
1919
---
20-
# IBCPSession::BCPControl (OLE DB)
20+
# IBCPSession::BCPControl (Native Client OLE DB Provider)
2121
[!INCLUDE[SQL Server Azure SQL Database Synapse Analytics PDW ](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2222

2323
Sets the options for a bulk-copy operation.

0 commit comments

Comments
 (0)