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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -289,8 +289,8 @@ 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 vector data
293
-
-`DecimalDigits`: ignored for vector data
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
+
-`DecimalDigits`: ignored for input parameters. For output parameters and data-at-execution scenarios, specify the vector base type
0 commit comments