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
- Added ConcatNullYieldsNull keyword to DSN/Connection String Keywords table
- Documented SQL_COPT_SS_CONCAT_NULL attribute with correct SQL_CN_ON/SQL_CN_OFF values
- Moved SQL_COPT_SS_CONCAT_NULL from attribute-only section to keyword section
- Updated documentation date to 12/17/2025
description: How to connect using the ODBC driver. Find keywords for connection strings and DSNs, and connection attributes for SQLSetConnectAttr and SQLGetConnectAttr.
4
4
author: David-Engel
5
5
ms.author: davidengel
6
-
ms.date: 09/08/2025
6
+
ms.date: 12/17/2025
7
7
ms.service: sql
8
8
ms.subservice: connectivity
9
9
ms.topic: conceptual
@@ -29,6 +29,7 @@ The following table lists the available keywords and the attributes for each pla
Controls the use of ISO handling of NULL when concatenating strings. For more information, see [SQL_COPT_SS_CONCAT_NULL](../../relational-databases/native-client-odbc-api/sqlsetconnectattr.md#sql_copt_ss_concat_null).
Specifies whether connections use TLS encryption over the network. Possible values are `yes`/`mandatory`(18.0+), `no`/`optional`(18.0+), and `strict`(18.0+). The default value is `yes` in version 18.0+ and `no` in previous versions.
0 commit comments