Skip to content

Commit c83dcf7

Browse files
Merge pull request #36429 from shi0809/dev/shiwanigupta/vector
Add feature guide for vector type
2 parents 76a64a9 + 75ec13f commit c83dcf7

11 files changed

Lines changed: 851 additions & 317 deletions

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ title: Release Notes ODBC Driver for SQL Server on Linux and macOS
33
description: "Learn what's new and changed in released versions of the Microsoft ODBC Driver for SQL Server."
44
author: David-Engel
55
ms.author: davidengel
6-
ms.date: 12/17/2025
6+
ms.reviewer: randolphwest
7+
ms.date: 02/10/2026
78
ms.service: sql
89
ms.subservice: connectivity
9-
ms.custom: linux-related-content
1010
ms.topic: release-notes
11+
ms.custom:
12+
- linux-related-content
1113
---
1214
# Release Notes for the Microsoft ODBC Driver for SQL Server on Linux and macOS
1315

@@ -32,7 +34,7 @@ GeneMi. 2019/04/03.
3234

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

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,21 @@ title: Microsoft ODBC Driver for SQL Server
33
description: The Microsoft ODBC Driver for SQL Server provides connectivity to SQL Server and Azure SQL Database via standard ODBC APIs.
44
author: David-Engel
55
ms.author: davidengel
6-
ms.date: 04/09/2024
6+
ms.reviewer: randolphwest
7+
ms.date: 02/10/2026
78
ms.service: sql
89
ms.subservice: connectivity
910
ms.topic: concept-article
1011
---
1112
# Microsoft ODBC Driver for SQL Server
1213

13-
[!INCLUDE[ODBC_Current_Version](../../includes/odbc-latest-release.md)]
14+
[!INCLUDE [ODBC_Current_Version](../../includes/odbc-latest-release.md)]
1415

15-
[!INCLUDE[Driver_ODBC_Download](../../includes/driver_odbc_download.md)]
16+
[!INCLUDE [Driver_ODBC_Download](../../includes/driver_odbc_download.md)]
1617

1718
ODBC is the primary native data access API for applications written in C and C++ for SQL Server. There's an ODBC driver for most data sources. Other languages that can use ODBC include COBOL, Perl, PHP, and Python. ODBC is widely used in data integration scenarios.
1819

19-
The ODBC driver comes with tools such as [**sqlcmd**](../../tools/sqlcmd/sqlcmd-utility.md) and [**bcp**](../../tools/bcp-utility.md). The **sqlcmd** utility lets you run Transact-SQL statements, system procedures, and SQL scripts. The **bcp** utility bulk copies data between an instance of Microsoft SQL Server and a data file in a format you choose. You can use **bcp** to import many new rows into SQL Server tables or to export data out of tables into data files.
20+
The ODBC driver comes with tools such as [**sqlcmd**](../../tools/sqlcmd/sqlcmd-utility.md) and [**bcp**](../../tools/bcp-utility.md). The **sqlcmd** utility lets you run Transact-SQL statements, system procedures, and SQL scripts. The **bcp** utility bulk copies data between an instance of Microsoft SQL Server and a data file in a format you choose. You can use **bcp** to import many new rows into SQL Server tables or to export data out of tables into data files.
2021

2122
## Code example in C++
2223

@@ -39,9 +40,9 @@ The following sample demonstrates how to use the ODBC APIs to connect to and acc
3940
- [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)
4041
- [Using Always Encrypted](using-always-encrypted-with-the-odbc-driver.md)
4142
- [Using Microsoft Entra ID (formerly Azure Active Directory)](using-azure-active-directory.md)
42-
4343
- [Using Transparent Network IP Resolution](using-transparent-network-ip-resolution.md)
4444
- [Using XA Transactions](use-xa-with-dtc.md)
45+
- [Vector Data Type](vector-data-type.md)
4546
- [Connection Troubleshooting](connection-troubleshooting.md)
4647

4748
### Linux and macOS
@@ -71,4 +72,4 @@ The following sample demonstrates how to use the ODBC APIs to connect to and acc
7172

7273
## Community
7374

74-
- [SQL Server Drivers blog](https://techcommunity.microsoft.com/t5/SQL-Server/bg-p/SQLServer/label-name/SQLServerDrivers)
75+
- [SQL Server Drivers blog](https://techcommunity.microsoft.com/t5/SQL-Server/bg-p/SQLServer/label-name/SQLServerDrivers)

0 commit comments

Comments
 (0)