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/connect/odbc/vector-data-type.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -289,7 +289,7 @@ Use `SQLBindParameter` to send vector values to SQL Server.
289
289
```
290
290
291
291
-`ParameterValuePtr`: points to a populated `SQL_SS_VECTOR_STRUCT`
292
-
-`ColumnSize`: ignored for input parameters. For output parameters and data-at-execution scenarios, specify the vector dimension
292
+
-`ColumnSize`: ignored for input parameters. For output parameters and data-at-execution scenarios, specify the total vector size: `sizeof(SQL_SS_VECTOR_STRUCT)` + (**float** array size)
293
293
-`DecimalDigits`: ignored for input parameters. For output parameters and data-at-execution scenarios, specify the vector base type
0 commit comments