Skip to content

Commit bc88a62

Browse files
Shiwani GuptarwestMSFT
authored andcommitted
Add feature guide for vecctor type
Revert edits in native-client-odbc-api made in this PR and address comments address comments and 'learn authoring packs' suggestions Add feature guide for bulk copy of vector type # Conflicts: # docs/connect/odbc/vector-data-type.md # docs/relational-databases/import-export/specify-field-length-by-using-bcp-sql-server.md # docs/relational-databases/import-export/specify-file-storage-type-by-using-bcp-sql-server.md # docs/tools/bcp-utility.md Improve Acrolinx scores - use active voice, clearer language, and more concise phrasing Improve Correctness scores - expand contractions, fix grammar, improve sentence structure Revert files to commit ed914daa610 except vector-data-type.md Add vector data type documentation improvements - Add formatting improvements (backticks, bold text) - Replace ampersands with 'and' for better clarity - Improve phrasing for dangling modifiers and pronoun clarity - Add Vector Data Type link to Features section - Add Vector data type entry to table of contents
1 parent d3e03ca commit bc88a62

11 files changed

Lines changed: 626 additions & 171 deletions

docs/connect/odbc/linux-mac/release-notes-odbc-sql-server-linux-mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ GeneMi. 2019/04/03.
3232

3333
| New item | Details |
3434
| :------- | :------ |
35-
| New data type | Added support for new Vector data type (float32). |
35+
| New data type | Added support for new Vector data type (float32). See [Vector data type (ODBC)](../vector-data-type.md) for usage and examples. |
3636
| ConcatNullYieldsNull property | Added support for ConcatNullYieldsNull as a connection string property. |
3737
| New distributions supported. | Azure Linux 3.0 ARM, Debian Linux 13, RedHat Linux 10, Ubuntu Linux 25.10 |
3838
| Azure Linux License | Changed License Acceptance Process for Azure Linux. |

docs/connect/odbc/microsoft-odbc-driver-for-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ The following sample demonstrates how to use the ODBC APIs to connect to and acc
3939
- [SQL Server Native Client](../../relational-databases/native-client/features/sql-server-native-client-features.md) (the features available also apply, without OLEDB, to the ODBC Driver for SQL Server)
4040
- [Using Always Encrypted](using-always-encrypted-with-the-odbc-driver.md)
4141
- [Using Microsoft Entra ID (formerly Azure Active Directory)](using-azure-active-directory.md)
42-
4342
- [Using Transparent Network IP Resolution](using-transparent-network-ip-resolution.md)
4443
- [Using XA Transactions](use-xa-with-dtc.md)
44+
- [Vector Data Type](vector-data-type.md)
4545
- [Connection Troubleshooting](connection-troubleshooting.md)
4646

4747
### Linux and macOS

0 commit comments

Comments
 (0)