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

Commit 56886ba

Browse files
committed
typo: Double word "as"
1 parent 110e5e0 commit 56886ba

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/2014/relational-databases/native-client/odbc/large-clr-user-defined-types-odbc.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ manager: craigg
157157
This section discusses changes to SQL Server Native Client ODBC functions to support large CLR UDTs.
158158

159159
### SQLBindCol
160-
UDT result column values are converted from SQL to C datatypes as as described in the "Bindings and Conversions" section, earlier in this topic.
160+
UDT result column values are converted from SQL to C datatypes as described in the "Bindings and Conversions" section, earlier in this topic.
161161

162162
### SQLBindParameter
163163
The values required for UDTs are as follows:
@@ -190,13 +190,13 @@ manager: craigg
190190
|SQL_SS_UDT<br /><br /> (length greater than 8,000 bytes)|SQL_SS_UDT|SQL_SS_LENGTH_UNLIMITED (0)|0|
191191

192192
### SQLFetch
193-
UDT result column values are converted from SQL to C datatypes as as described in the "Bindings and Conversions" section, earlier in this topic.
193+
UDT result column values are converted from SQL to C datatypes as described in the "Bindings and Conversions" section, earlier in this topic.
194194

195195
### SQLFetchScroll
196-
UDT result column values are converted from SQL to C datatypes as as described in the "Bindings and Conversions" section, earlier in this topic.
196+
UDT result column values are converted from SQL to C datatypes as described in the "Bindings and Conversions" section, earlier in this topic.
197197

198198
### SQLGetData
199-
UDT result column values are converted from SQL to C datatypes as as described in the "Bindings and Conversions" section, earlier in this topic.
199+
UDT result column values are converted from SQL to C datatypes as described in the "Bindings and Conversions" section, earlier in this topic.
200200

201201
### SQLGetDescField
202202
Descriptor fields available with the new types are described in the "Descriptor Fields for Parameters" and "Descriptor Fields for Results" sections, earlier in this topic.
@@ -216,7 +216,7 @@ manager: craigg
216216
The values returned for UDTs are as described in the "Metadata Returned by SQLColumns and SQLProcedureColumns (Catalog Metadata)" section, earlier in this topic.
217217

218218
### SQLPutData
219-
UDT parameter values are converted from C to SQL datatypes as as described in the "Bindings and Conversions" section, earlier in this topic.
219+
UDT parameter values are converted from C to SQL datatypes as described in the "Bindings and Conversions" section, earlier in this topic.
220220

221221
### SQLSetDescField
222222
Descriptor field available with the new types are described in the "Descriptor Fields for Parameters" and "Descriptor Fields for Results" sections, earlier in this topic.

docs/relational-databases/native-client/odbc/large-clr-user-defined-types-odbc.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
162162
This section discusses changes to SQL Server Native Client ODBC functions to support large CLR UDTs.
163163

164164
### SQLBindCol
165-
UDT result column values are converted from SQL to C datatypes as as described in the "Bindings and Conversions" section, earlier in this topic.
165+
UDT result column values are converted from SQL to C datatypes as described in the "Bindings and Conversions" section, earlier in this topic.
166166

167167
### SQLBindParameter
168168
The values required for UDTs are as follows:
@@ -195,13 +195,13 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
195195
|SQL_SS_UDT<br /><br /> (length greater than 8,000 bytes)|SQL_SS_UDT|SQL_SS_LENGTH_UNLIMITED (0)|0|
196196

197197
### SQLFetch
198-
UDT result column values are converted from SQL to C datatypes as as described in the "Bindings and Conversions" section, earlier in this topic.
198+
UDT result column values are converted from SQL to C datatypes as described in the "Bindings and Conversions" section, earlier in this topic.
199199

200200
### SQLFetchScroll
201-
UDT result column values are converted from SQL to C datatypes as as described in the "Bindings and Conversions" section, earlier in this topic.
201+
UDT result column values are converted from SQL to C datatypes as described in the "Bindings and Conversions" section, earlier in this topic.
202202

203203
### SQLGetData
204-
UDT result column values are converted from SQL to C datatypes as as described in the "Bindings and Conversions" section, earlier in this topic.
204+
UDT result column values are converted from SQL to C datatypes as described in the "Bindings and Conversions" section, earlier in this topic.
205205

206206
### SQLGetDescField
207207
Descriptor fields available with the new types are described in the "Descriptor Fields for Parameters" and "Descriptor Fields for Results" sections, earlier in this topic.
@@ -221,7 +221,7 @@ monikerRange: ">=aps-pdw-2016||=azuresqldb-current||=azure-sqldw-latest||>=sql-s
221221
The values returned for UDTs are as described in the "Metadata Returned by SQLColumns and SQLProcedureColumns (Catalog Metadata)" section, earlier in this topic.
222222

223223
### SQLPutData
224-
UDT parameter values are converted from C to SQL datatypes as as described in the "Bindings and Conversions" section, earlier in this topic.
224+
UDT parameter values are converted from C to SQL datatypes as described in the "Bindings and Conversions" section, earlier in this topic.
225225

226226
### SQLSetDescField
227227
Descriptor field available with the new types are described in the "Descriptor Fields for Parameters" and "Descriptor Fields for Results" sections, earlier in this topic.

docs/xquery/functions-on-string-values-substring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ manager: craigg
2828
```
2929
3030
fn:substring($sourceString as xs:string?,
31-
$startingLoc as as xs:decimal?) as xs:string?
31+
$startingLoc as xs:decimal?) as xs:string?
3232
3333
fn:substring($sourceString as xs:string?,
3434
$startingLoc as xs:decimal?,

0 commit comments

Comments
 (0)