Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 6635279

Browse files
author
MightyPen
committed
Assigning 'connectivity' to ms.technology. Also, fix table in -libraries.md
1 parent 6d6b93f commit 6635279

2 files changed

Lines changed: 26 additions & 25 deletions

File tree

docs/connect/oledb/ole-db-data-types/ssvariant-structure.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: "SSVARIANT Structure | Microsoft Docs"
33
description: "SSVARIANT structure in OLE DB Driver for SQL Server"
44
ms.custom: ""
5-
ms.date: "06/14/2018"
5+
ms.date: "06/15/2018"
66
ms.prod: sql
77
ms.prod_service: "database-engine, sql-database, sql-data-warehouse, pdw"
88
ms.reviewer: ""
9-
ms.technology:
9+
ms.technology: connectivity
1010
ms.topic: "reference"
1111
f1_keywords:
1212
- "SSVARIANT"
@@ -73,6 +73,7 @@ V_SS_DATETIMEOFFSET(pssVar).bScale = bScale;
7373
|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*.|
7474
|UnknownType|UNUSED|UNUSED|UNUSED|UNUSED|
7575
|BLOBType|UNUSED|UNUSED|UNUSED|UNUSED|
76+
| &nbsp; | &nbsp; | &nbsp; | &nbsp; | &nbsp; |
7677

7778
## See Also
7879
[Data Types &#40;OLE DB&#41;](../../oledb/ole-db-data-types/data-types-ole-db.md)

docs/connect/sql-connection-libraries.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: "Connection libraries for Microsoft SQL Databases | Microsoft Docs"
33
description: "Provides download links for modules, which enable connection to Microsoft SQL Server and Azure SQL Database, from a variety of client programming languages."
44
author: David-Engel
55
ms.prod: sql
6-
ms.technology:
6+
ms.technology: connectivity
77
ms.custom: ""
88
ms.topic: article
9-
ms.date: 03/05/2020
9+
ms.date: 03/06/2020
1010
ms.author: v-daenge
1111
---
1212
# Connection modules for Microsoft SQL databases
1313

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:
1515

1616
- Linux
1717
- macOS
@@ -34,27 +34,27 @@ The present article devotes separate sections to these two kinds of connection d
3434
| C# | [ADO.NET](https://www.microsoft.com/net/download/)<br />[Microsoft.Data.SqlClient](https://www.nuget.org/packages/Microsoft.Data.SqlClient/)<br /><br />[.NET Core for: Linux-Ubuntu, macOS, Windows](https://dotnet.microsoft.com/download) |
3535
| C++ | [ODBC](./odbc/download-odbc-driver-for-sql-server.md)<br /><br />[OLE DB](./oledb/download-oledb-driver-for-sql-server.md) |
3636
| Java | [JDBC](./jdbc/download-microsoft-jdbc-driver-for-sql-server.md) |
37-
Node.js | [Node.js driver, install instructions](./node-js/step-1-configure-development-environment-for-node-js-development.md) |
38-
PHP | [PHP](./php/download-drivers-php-sql-server.md) |
39-
Python | [pyodbc, install instructions](./python/pyodbc/step-1-configure-development-environment-for-pyodbc-python-development.md)<br />[Download ODBC](./odbc/download-odbc-driver-for-sql-server.md) |
40-
Ruby | [Ruby driver, install instructions](./ruby/step-1-configure-development-environment-for-ruby-development.md)<br />[Ruby download page](https://rubyinstaller.org/downloads/) |
41-
nbsp; | <br/> |
42-
43-
ame="anchor-40-drivers-orm-access" />
44-
45-
rivers for ORM access
46-
47-
following table lists examples of Object Relational Mapping (ORM) frameworks that client applications use to connect to Microsoft SQL databases.
48-
49-
nguage | ORM driver download |
37+
| Node.js | [Node.js driver, install instructions](./node-js/step-1-configure-development-environment-for-node-js-development.md) |
38+
| PHP | [PHP](./php/download-drivers-php-sql-server.md) |
39+
| Python | [pyodbc, install instructions](./python/pyodbc/step-1-configure-development-environment-for-pyodbc-python-development.md)<br />[Download ODBC](./odbc/download-odbc-driver-for-sql-server.md) |
40+
| Ruby | [Ruby driver, install instructions](./ruby/step-1-configure-development-environment-for-ruby-development.md)<br />[Ruby download page](https://rubyinstaller.org/downloads/) |
41+
| &nbsp; | &nbsp; |
42+
43+
<a name="anchor-40-drivers-orm-access" />
44+
45+
## Drivers for ORM access
46+
47+
The following table lists examples of Object Relational Mapping (ORM) frameworks that client applications use to connect to Microsoft SQL databases.
48+
49+
| Language | ORM driver download |
5050
| :------- | :------------------ |
51-
| [Entity Framework Core](https://docs.microsoft.com/ef/core/)<br />[Entity Framework (6.x or later)](https://docs.microsoft.com/ef/) |
52-
va | [Hibernate ORM](https://hibernate.org/orm)|
53-
HP | [Eloquent ORM, included in Laravel install](https://laravel.com/docs/) |
54-
Node.js | [Sequelize ORM](https://docs.sequelizejs.com) |
55-
Python | [Django](https://www.djangoproject.com/) |
51+
| C# | [Entity Framework Core](https://docs.microsoft.com/ef/core/)<br />[Entity Framework (6.x or later)](https://docs.microsoft.com/ef/) |
52+
| Java | [Hibernate ORM](https://hibernate.org/orm)|
53+
| PHP | [Eloquent ORM, included in Laravel install](https://laravel.com/docs/) |
54+
| Node.js | [Sequelize ORM](https://docs.sequelizejs.com) |
55+
| Python | [Django](https://www.djangoproject.com/) |
5656
| Ruby | [Ruby on Rails](https://rubyonrails.org/) |
57-
| &nbsp; | <br/> |
57+
| &nbsp; | &nbsp; |
5858

5959
<a name="anchor-60-build-an-app-webpages" />
6060

@@ -89,4 +89,4 @@ Image references, **obsolete** markdown syntax alternative:
8989
9090
[image-ref-163-buildanapp-webpages-first-page]: ./media/homepage-sql-connection-drivers/gm-aka-ms-sqldev-choose-language-g21.png
9191
[image-ref-167-buildanapp-webpages-menu-java-ubuntu]: ./media/homepage-sql-connection-drivers/gm-aka-ms-sqldev-java-ubuntu-c31.png
92-
-->
92+
-->

0 commit comments

Comments
 (0)