Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 317e654

Browse files
Fix duplicate H1
1 parent 817832f commit 317e654

18 files changed

Lines changed: 18 additions & 18 deletions

docs/connect/odbc/using-transparent-network-ip-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.assetid: d255208f-d486-4ad3-8080-61c6e0261825
1212
author: David-Engel
1313
ms.author: v-daenge
1414
---
15-
# Using Transparent Network IP Resolution
15+
# Using Transparent Network IP Resolution with the ODBC Driver
1616
[!INCLUDE[Driver_ODBC_Download](../../includes/driver_odbc_download.md)]
1717

1818
TransparentNetworkIPResolution is a revision of the existing MultiSubnetFailover feature, available in Microsoft ODBC Driver 13.1 for SQL Server, that affects the connection sequence of the driver in the case where the first resolved IP of the hostname does not respond and there are multiple IPs associated with the hostname. It interacts with MultiSubnetFailover to provide the following three connection sequences:

docs/connect/oledb/applications/updating-an-application-from-sql-server-2005-native-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ helpviewer_keywords:
1313
author: pmasl
1414
ms.author: pelopes
1515
---
16-
# Updating an Application from SQL Server 2005 Native Client
16+
# Updating Applications from SQL Server 2005 Native Client
1717
[!INCLUDE [SQL Server](../../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
1818

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

docs/relational-databases/native-client-ole-db-commands/using-imultipleresults-to-process-multiple-result-sets.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-
# Using IMultipleResults to Process Multiple Result Sets
20+
# Using IMultipleResults to Process Multiple Result Sets in SQL Server Native Client
2121
[!INCLUDE[SQL Server Azure SQL Database Synapse Analytics PDW ](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2222

2323
Consumers use the **IMultipleResults** interface to process results returned by [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Native Client OLE DB provider command execution. When the [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Native Client OLE DB provider submits a command for execution, [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] executes the statements and returns any results.

docs/relational-databases/native-client-ole-db-how-to/use-enhanced-date-and-time-features-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-
# Use Enhanced Date and Time Features (OLE DB)
15+
# Use Enhanced Date and Time Features in SQL Server Native Client (OLE DB)
1616
[!INCLUDE[SQL Server Azure SQL Database Synapse Analytics PDW ](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
1717

1818
This sample shows how to use the date/time features that were introduced in [!INCLUDE[ssKatmai](../../includes/sskatmai-md.md)]. The sample uses the four new date and time types (**date**, **time**, **datetime2**, and **datetimeoffset**) to execute commands with parameters and retrieve rowset results.

docs/relational-databases/native-client-ole-db-how-to/use-large-clr-udts-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-
# Use Large CLR UDTs (OLE DB)
15+
# Use Large CLR UDTs in SQL Server Native Client (OLE DB)
1616
[!INCLUDE[SQL Server Azure SQL Database Synapse Analytics PDW ](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
1717

1818
This sample shows how to fetch rows with large user-defined types from a result set. For more information, see [Large CLR User-Defined Types (OLE DB)](../../relational-databases/native-client/ole-db/large-clr-user-defined-types-ole-db.md). This sample works with [!INCLUDE[ssKatmai](../../includes/sskatmai-md.md)] or later.

docs/relational-databases/native-client-ole-db-how-to/use-table-valued-parameters-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-
# Use Table-Valued Parameters (OLE DB)
15+
# Use Table-Valued Parameters in SQL Server Native Client (OLE DB)
1616
[!INCLUDE[SQL Server Azure SQL Database Synapse Analytics PDW ](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
1717

1818
This sample works with [!INCLUDE[ssKatmai](../../includes/sskatmai-md.md)] or later. This sample does the following:

docs/relational-databases/native-client-ole-db-rowsets/updating-data-in-rowsets-resynchronizing-rows.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-
# Updating Data in Rowsets - Resynchronizing Rows
20+
# Updating Data in Rowsets - Resynchronizing Rows in SQL Server Native Client
2121
[!INCLUDE[SQL Server Azure SQL Database Synapse Analytics PDW ](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2222

2323
The [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Native Client OLE DB provider supports **IRowsetResynch** on [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] cursor-supported rowsets only. **IRowsetResynch** is not available on demand. The consumer must request the interface before opening the rowset.

docs/relational-databases/native-client-ole-db-rowsets/updating-data-in-rowsets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ author: markingmyname
1919
ms.author: maghan
2020
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
2121
---
22-
# Updating Data in Rowsets
22+
# Updating Data in Rowsets in SQL Server Native Client
2323
[!INCLUDE[SQL Server Azure SQL Database Synapse Analytics PDW ](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2424

2525
The [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Native Client OLE DB provider updates [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] data when a consumer updates a modifiable rowset that contains that data. A modifiable rowset is created when the consumer requests support for either the **IRowsetChange** or **IRowsetUpdate** interface.

docs/relational-databases/native-client-ole-db-rowsets/updating-data-in-sql-server-cursors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ author: markingmyname
1919
ms.author: maghan
2020
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
2121
---
22-
# Updating Data in SQL Server Cursors
22+
# Updating Data in SQL Server Cursors in SQL Server Native Client
2323
[!INCLUDE[SQL Server Azure SQL Database Synapse Analytics PDW ](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2424

2525
When fetching and updating data through [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] cursors, a [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] Native Client OLE DB provider consumer application is bound by the same considerations and constraints that apply to any other client application.

docs/relational-databases/native-client-ole-db-rowsets/using-irow-getcolumns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ author: markingmyname
1919
ms.author: maghan
2020
monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-server-2016||=sqlallproducts-allversions||>=sql-server-linux-2017||=azuresqldb-mi-current"
2121
---
22-
# Using IRow::GetColumns
22+
# Using IRow::GetColumns in SQL Server Native Client
2323
[!INCLUDE[SQL Server Azure SQL Database Synapse Analytics PDW ](../../includes/applies-to-version/sql-asdb-asdbmi-asa-pdw.md)]
2424

2525
The **IRow** implementation allows forward-only sequential access to the columns. You can either access all the columns in the row with a single call to **IRow::GetColumns** or call **IRow::GetColumns** multiple times every time that you access several columns in the row.

0 commit comments

Comments
 (0)