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
|BinaryVal|No corresponding OLE DB type indicator.|**struct _BinaryVal**|**VT_SS_VARBINARY,**<br /><br /> **VT_SS_BINARY**|Supports the **binary** and **varbinary**[!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] data types.<br /><br /> Includes the following members:<br /><br /> *sActualLength* (**SHORT**) Specifies the actual length for the data to which *prgbBinaryVal* points.<br /><br /> *sMaxLength* (**SHORT**) Specifies the maximum length for the data to which *prgbBinaryVal* points.<br /><br /> *prgbBinaryVal* (**BYTE**\*) Pointer to the binary data.<br /><br /> Unused member: *dwReserved*.|
Copy file name to clipboardExpand all lines: docs/connect/sql-connection-libraries.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@ title: "Connection libraries for Microsoft SQL Databases | Microsoft Docs"
3
3
description: "Provides download links for modules, which enable connection to Microsoft SQL Server and Azure SQL Database, from a variety of client programming languages."
4
4
author: David-Engel
5
5
ms.prod: sql
6
-
ms.technology:
6
+
ms.technology: connectivity
7
7
ms.custom: ""
8
8
ms.topic: article
9
-
ms.date: 03/05/2020
9
+
ms.date: 03/06/2020
10
10
ms.author: v-daenge
11
11
---
12
12
# Connection modules for Microsoft SQL databases
13
13
14
-
This article provides download links to connection modules or *drivers* that your client programs can use for interacting with [Microsoft SQL Server](../relational-databases/database-features.md), and with its twin in the cloud [Azure SQL Database](https://docs.microsoft.com/azure/sql-database/). Drivers are available for a variety of programming languages, running on the following operating systems:
14
+
This article provides download links to connection modules or *drivers* that your client programs can use for interacting with [Microsoft SQL Server](../relational-databases/database-features.md), and with its twin in the cloud [Azure SQL Database](/azure/sql-database/). Drivers are available for a variety of programming languages, running on the following operating systems:
15
15
16
16
- Linux
17
17
- macOS
@@ -34,27 +34,27 @@ The present article devotes separate sections to these two kinds of connection d
0 commit comments