You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/2014/relational-databases/native-client/odbc/large-clr-user-defined-types-odbc.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ manager: craigg
157
157
This section discusses changes to SQL Server Native Client ODBC functions to support large CLR UDTs.
158
158
159
159
### 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.
161
161
162
162
### SQLBindParameter
163
163
The values required for UDTs are as follows:
@@ -190,13 +190,13 @@ manager: craigg
190
190
|SQL_SS_UDT<br /><br /> (length greater than 8,000 bytes)|SQL_SS_UDT|SQL_SS_LENGTH_UNLIMITED (0)|0|
191
191
192
192
### 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.
194
194
195
195
### 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.
197
197
198
198
### 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.
200
200
201
201
### SQLGetDescField
202
202
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
216
216
The values returned for UDTs are as described in the "Metadata Returned by SQLColumns and SQLProcedureColumns (Catalog Metadata)" section, earlier in this topic.
217
217
218
218
### 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.
220
220
221
221
### SQLSetDescField
222
222
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.
|SQL_SS_UDT<br /><br /> (length greater than 8,000 bytes)|SQL_SS_UDT|SQL_SS_LENGTH_UNLIMITED (0)|0|
196
196
197
197
### 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.
199
199
200
200
### 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.
202
202
203
203
### 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.
205
205
206
206
### SQLGetDescField
207
207
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.
The values returned for UDTs are as described in the "Metadata Returned by SQLColumns and SQLProcedureColumns (Catalog Metadata)" section, earlier in this topic.
222
222
223
223
### 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.
225
225
226
226
### SQLSetDescField
227
227
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.
0 commit comments