Skip to content

Commit b8c47f1

Browse files
committed
remove en-us in links
1 parent 8e92b47 commit b8c47f1

52 files changed

Lines changed: 169 additions & 169 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/ado/guide/appendixes/microsoft-ole-db-provider-for-oracle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ MSDAORA
5858
## Provider-Specific Connection Parameters
5959
The provider supports several provider-specific connection parameters in addition to those defined by ADO. As with the ADO connection properties, these provider-specific properties can be set via the [Properties](../../../ado/reference/ado-api/properties-collection-ado.md) collection of a [Connection](../../../ado/reference/ado-api/connection-object-ado.md) or as part of the **ConnectionString**.
6060

61-
These parameters are fully described in the [OLE DB Programmer's Reference](http://msdn.microsoft.com/en-us/3c5e2dd5-35e5-4a93-ac3a-3818bb43bbf8). The [ADO Dynamic Property Index](../../../ado/reference/ado-api/ado-dynamic-property-index.md) provides a cross-reference between these parameter names and the corresponding OLE DB properties.
61+
These parameters are fully described in the [OLE DB Programmer's Reference](http://msdn.microsoft.com/3c5e2dd5-35e5-4a93-ac3a-3818bb43bbf8). The [ADO Dynamic Property Index](../../../ado/reference/ado-api/ado-dynamic-property-index.md) provides a cross-reference between these parameter names and the corresponding OLE DB properties.
6262

6363
|Parameter|Description|
6464
|---------------|-----------------|

docs/ado/guide/appendixes/microsoft-ole-db-provider-for-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ EXECUTE SalesByCategory 'Produce', '1995'
132132
## Dynamic Properties
133133
The Microsoft OLE DB Provider for SQL Server inserts several dynamic properties into the **Properties** collection of the unopened [Connection](../../../ado/reference/ado-api/connection-object-ado.md), [Recordset](../../../ado/reference/ado-api/recordset-object-ado.md), and [Command](../../../ado/reference/ado-api/command-object-ado.md) objects.
134134

135-
The following tables are a cross-index of the ADO and OLE DB names for each dynamic property. The OLE DB Programmer's Reference refers to an ADO property name by the term "Description." You can find more information about these properties in the OLE DB Programmer's Reference. Search for the OLE DB property name in the Index or see [Appendix C: OLE DB Properties](http://msdn.microsoft.com/en-us/deded3ff-f508-4e1b-b2b1-fd9afd3bd292).
135+
The following tables are a cross-index of the ADO and OLE DB names for each dynamic property. The OLE DB Programmer's Reference refers to an ADO property name by the term "Description." You can find more information about these properties in the OLE DB Programmer's Reference. Search for the OLE DB property name in the Index or see [Appendix C: OLE DB Properties](http://msdn.microsoft.com/deded3ff-f508-4e1b-b2b1-fd9afd3bd292).
136136

137137
## Connection Dynamic Properties
138138
The following properties are added to the **Properties** collection of the **Connection** object.
@@ -352,7 +352,7 @@ EXECUTE SalesByCategory 'Produce', '1995'
352352
|XML Root|SSPROP_STREAM_XMLROOT|
353353
|XSL|SSPROP_STREAM_XSL|
354354

355-
For specific implementation details and functional information about the Microsoft SQL Server OLE DB Provider, see the [SQL Server Provider](http://msdn.microsoft.com/en-us/adf1d6c4-5930-444a-9248-ff1979729635).
355+
For specific implementation details and functional information about the Microsoft SQL Server OLE DB Provider, see the [SQL Server Provider](http://msdn.microsoft.com/adf1d6c4-5930-444a-9248-ff1979729635).
356356

357357
## See Also
358358
[ConnectionString Property (ADO)](../../../ado/reference/ado-api/connectionstring-property-ado.md)

docs/ado/guide/appendixes/microsoft-ole-db-remoting-provider-ado-service-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ rs.UpdateBatch     'Equivalent of RDS SubmitChanges
8989
```
9090

9191
## See Also
92-
[Overview of the OLE DB Remoting Provider](http://msdn.microsoft.com/en-us/4083b72f-68c4-4252-b366-abb70db5ca2b)
92+
[Overview of the OLE DB Remoting Provider](http://msdn.microsoft.com/4083b72f-68c4-4252-b366-abb70db5ca2b)

docs/ado/guide/appendixes/microsoft-ole-db-simple-provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.author: genemi
2020
manager: craigg
2121
---
2222
# Microsoft OLE DB Simple Provider Overview
23-
The Microsoft OLE DB Simple Provider (OSP) allows ADO to access any data for which a provider has been written using the [OLE DB Simple Provider (OSP) Toolkit](http://msdn.microsoft.com/en-us/6e7b7931-9e4a-4151-ae51-672abd3f84a6). Simple providers are intended to access data sources that require only fundamental OLE DB support, such as in-memory arrays or XML documents.
23+
The Microsoft OLE DB Simple Provider (OSP) allows ADO to access any data for which a provider has been written using the [OLE DB Simple Provider (OSP) Toolkit](http://msdn.microsoft.com/6e7b7931-9e4a-4151-ae51-672abd3f84a6). Simple providers are intended to access data sources that require only fundamental OLE DB support, such as in-memory arrays or XML documents.
2424

2525
## Connection String Parameters
2626
To connect to the OLE DB Simple Provider DLL, set the *Provider* argument to the [ConnectionString](../../../ado/reference/ado-api/connectionstring-property-ado.md) property to:
@@ -134,7 +134,7 @@ adoRS.Open "C:\Directory\portfolio.xml", adoConn
134134

135135
- The XMLDSO adds an additional column of Data ($Text) to each **Recordset** in the Hierarchy.
136136

137-
For more information about the OLE DB Simple Provider, see [Building a Simple Provider](http://msdn.microsoft.com/en-us/b31a6cba-58ae-4ee8-9039-700973d354d6).
137+
For more information about the OLE DB Simple Provider, see [Building a Simple Provider](http://msdn.microsoft.com/b31a6cba-58ae-4ee8-9039-700973d354d6).
138138

139139
## Code Example
140140
The following Visual Basic code demonstrates opening an arbitrary XML file, constructing a hierarchical **Recordset**, and recursively writing each record of each **Recordset** to the debug window.

docs/ado/guide/data/persisting-hierarchical-recordsets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ manager: craigg
2222
# Persisting Hierarchical Recordsets
2323
You can save a hierarchical **Recordset** to a file in either ADTG or XML format by calling the [Save](../../../ado/reference/ado-api/save-method.md) method. However, two limitations apply when saving hierarchical **Recordset**s in XML format: You cannot save in XML if the hierarchical **Recordset** contains pending updates, and you cannot save a parameterized hierarchical **Recordset**.
2424

25-
For more information about the Data Shaping provider, see [Microsoft Data Shaping Service for OLE DB](../../../ado/guide/appendixes/microsoft-data-shaping-service-for-ole-db-ado-service-provider.md) (ADO) and [Overview of the Data Shaping Service for OLE DB](http://msdn.microsoft.com/en-us/9f51e471-8e85-448e-9fb8-b64bbf767bf3).
25+
For more information about the Data Shaping provider, see [Microsoft Data Shaping Service for OLE DB](../../../ado/guide/appendixes/microsoft-data-shaping-service-for-ole-db-ado-service-provider.md) (ADO) and [Overview of the Data Shaping Service for OLE DB](http://msdn.microsoft.com/9f51e471-8e85-448e-9fb8-b64bbf767bf3).
2626

2727
## See Also
2828
[Data Shaping Example](../../../ado/guide/data/data-shaping-example.md)

docs/ado/reference/ado-api/number-property-ado.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Indicates the number that uniquely identifies an [Error](../../../ado/reference/
3131
## Remarks
3232
Use the **Number** property to determine which error occurred. The value of the property is a unique number that corresponds to the error condition.
3333

34-
The [Errors](../../../ado/reference/ado-api/errors-collection-ado.md) collection returns an HRESULT in either hexadecimal format (for example, 0x80004005) or long value (for example, 2147467259). These HRESULTs can be raised by underlying components, such as OLE DB or even OLE itself. For more information about these numbers, see [Errors (OLE DB)](http://msdn.microsoft.com/en-us/ed74e62d-4948-4eeb-a7c9-fd7ad46af7fd) in the [OLE DB Programmer's Reference](http://msdn.microsoft.com/en-us/3c5e2dd5-35e5-4a93-ac3a-3818bb43bbf8)*.*
34+
The [Errors](../../../ado/reference/ado-api/errors-collection-ado.md) collection returns an HRESULT in either hexadecimal format (for example, 0x80004005) or long value (for example, 2147467259). These HRESULTs can be raised by underlying components, such as OLE DB or even OLE itself. For more information about these numbers, see [Errors (OLE DB)](http://msdn.microsoft.com/ed74e62d-4948-4eeb-a7c9-fd7ad46af7fd) in the [OLE DB Programmer's Reference](http://msdn.microsoft.com/3c5e2dd5-35e5-4a93-ac3a-3818bb43bbf8)*.*
3535

3636
## Applies To
3737
[Error Object](../../../ado/reference/ado-api/error-object.md)

docs/ado/reference/ado-api/openschema-method.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Set recordset = connection.OpenSchema(QueryType, Criteria, SchemaID)
5959
> **Remote Data Service Usage** The **OpenSchema** method is not available on a client-side [Connection](../../../ado/reference/ado-api/connection-object-ado.md) object.
6060
6161
> [!NOTE]
62-
> In Visual Basic, columns that have a four-byte unsigned integer (DBTYPE UI4) in the **Recordset** returned from the **OpenSchema** method on the **Connection** object cannot be compared to other variables. For more information about OLE DB data types, see [Data Types in OLE DB (OLE DB)](http://msdn.microsoft.com/en-us/6039292f-74e0-49b2-b133-17bc117ebf6a) and [Appendix A: Data Types](http://msdn.microsoft.com/en-us/e3a0533a-2196-4eb0-a31e-92fe9556ada6) in the Microsoft OLE DB Programmer's Reference.
62+
> In Visual Basic, columns that have a four-byte unsigned integer (DBTYPE UI4) in the **Recordset** returned from the **OpenSchema** method on the **Connection** object cannot be compared to other variables. For more information about OLE DB data types, see [Data Types in OLE DB (OLE DB)](http://msdn.microsoft.com/6039292f-74e0-49b2-b133-17bc117ebf6a) and [Appendix A: Data Types](http://msdn.microsoft.com/e3a0533a-2196-4eb0-a31e-92fe9556ada6) in the Microsoft OLE DB Programmer's Reference.
6363
6464
> [!NOTE]
6565
> **Visual C/C++ Users** When not using client-side cursors, retrieving the "ORDINAL_POSITION" of a column schema in ADO returns a variant of type VT_R8 in MDAC 2.7, MDAC 2.8, and Windows Data Access Components (Windows DAC) 6.0, while the type used in MDAC 2.6 was VT_I4. Programs written for MDAC 2.6 that only look for a variant returned of type VT_I4 would get a zero for every ordinal if run under MDAC 2.7, MDAC 2.8, and Windows DAC 6.0 without modification. This change was made because the data type that OLE DB returns is DBTYPE_UI4, and in the signed VT_I4 type there is not enough room to contain all possible values without possibly truncation occurring and thereby causing a loss of data.

docs/ado/reference/ado-md-api/open-method-ado-md.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Cellset.Open Source, ActiveConnection
3333

3434
#### Parameters
3535
*Source*
36-
Optional. A **Variant** that evaluates to a valid multidimensional query, such as a Multidimensional Expression (MDX) query. The *Source* argument corresponds to the [Source](../../../ado/reference/ado-md-api/source-property-ado-md.md) property. For more information about MDX, see the [OLE DB for Online Analytical Processing (OLAP)](http://msdn.microsoft.com/en-us/8a7673c6-3ca1-4411-9f1e-adf1e47df4f3) documentation in the Microsoft Data Access Components SDK.
36+
Optional. A **Variant** that evaluates to a valid multidimensional query, such as a Multidimensional Expression (MDX) query. The *Source* argument corresponds to the [Source](../../../ado/reference/ado-md-api/source-property-ado-md.md) property. For more information about MDX, see the [OLE DB for Online Analytical Processing (OLAP)](http://msdn.microsoft.com/8a7673c6-3ca1-4411-9f1e-adf1e47df4f3) documentation in the Microsoft Data Access Components SDK.
3737

3838
*ActiveConnection*
3939
Optional. A **Variant** that evaluates to a string specifying either a valid ADO [Connection](../../../ado/reference/ado-api/connection-object-ado.md) object variable name or a definition for a connection. The *ActiveConnection* argument specifies the connection in which to open the [Cellset](../../../ado/reference/ado-md-api/cellset-object-ado-md.md) object. If you pass a connection definition for this argument, ADO opens a new connection using the specified parameters. The *ActiveConnection* argument corresponds to the [ActiveConnection](../../../ado/reference/ado-md-api/activeconnection-property-ado-md.md) property.

docs/advanced-analytics/r/r-interoperability-in-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Similarly, the R tools associated with the default instance would be located in
3535

3636
C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\R_SERVICES\bin
3737

38-
For more information about how Microsoft R is different from a base distribution of R that you might get from CRAN, see [Interoperability with R language and Microsoft R products and features](https://docs.microsoft.com/en-us/r-server/what-is-r-server-interoperability)
38+
For more information about how Microsoft R is different from a base distribution of R that you might get from CRAN, see [Interoperability with R language and Microsoft R products and features](https://docs.microsoft.com/r-server/what-is-r-server-interoperability)
3939

4040
### Additional R packages from Microsoft R
4141

0 commit comments

Comments
 (0)