We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f592ce commit 74f30cdCopy full SHA for 74f30cd
1 file changed
docs/connect/odbc/vector-data-type.md
@@ -289,8 +289,8 @@ Use `SQLBindParameter` to send vector values to SQL Server.
289
```
290
291
- `ParameterValuePtr`: points to a populated `SQL_SS_VECTOR_STRUCT`
292
-- `ColumnSize`: ignored for vector data
293
-- `DecimalDigits`: ignored for vector data
+- `ColumnSize`: ignored for input parameters. For output parameters and data-at-execution scenarios, specify the vector dimension
+- `DecimalDigits`: ignored for input parameters. For output parameters and data-at-execution scenarios, specify the vector base type
294
- `BufferLength`: ≥ `sizeof(SQL_SS_VECTOR_STRUCT)` + (dimension * `sizeof(float)`)
295
- `*StrLen_or_IndPtr`: must contain the same total size
296
0 commit comments