Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.43 KB

File metadata and controls

24 lines (20 loc) · 1.43 KB
title SQLConnect
description SQLConnect
author markingmyname
ms.author maghan
ms.date 03/14/2017
ms.service sql
ms.subservice native-client
ms.topic reference
helpviewer_keywords
SQLConnect function

SQLConnect

[!INCLUDESQL Server Azure SQL Database Synapse Analytics PDW]

When a connection is opened, [!INCLUDEssNoVersion] Native Client sets SQL_COPT_SS_MUTUALLY_AUTHENTICATED and SQL_COPT_SS_INTEGRATED_AUTHENTICATION_METHOD to the authentication method used to open the connection. For more information about SPNs, see Service Principal Names (SPNs) in Client Connections (ODBC).

SQLConnect Support for High Availability, Disaster Recovery

For more information on using SQLConnect to connect to a [!INCLUDEssHADR] cluster, see SQL Server Native Client Support for High Availability, Disaster Recovery.

See Also

SQLConnect Function
ODBC API Implementation Details