Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 1.65 KB

File metadata and controls

31 lines (28 loc) · 1.65 KB
title Connection Strings | Microsoft Docs
ms.custom
ms.date 01/19/2017
ms.prod sql
ms.prod_service connectivity
ms.reviewer
ms.technology connectivity
ms.topic conceptual
helpviewer_keywords
data sources [ODBC], connection functions
connecting to driver [ODBC], connection strings
functions [ODBC], data source or driver connections
connection strings [ODBC], about connection strings
connecting to data source [ODBC], connection strings
connecting to data source [ODBC], functions
connecting to driver [ODBC], functions
connection functions [ODBC]
ODBC drivers [ODBC], connection functions
ms.assetid 724c7b86-300a-4fa9-ad96-4afa0fdcb3e9
author David-Engel
ms.author v-daenge

Connection Strings

A connection string contains information used for establishing a connection. A complete connection string contains all the information needed to establish a connection. The connection string is a series of keyword/value pairs separated by semicolons. (For the complete syntax of a connection string, see the SQLDriverConnect function description.) The connection string is used by:

  • SQLDriverConnect, which completes the connection string by interaction with the user.

  • SQLBrowseConnect, which completes the connection string iteratively with the data source.

SQLConnect does not use a connection string; using SQLConnect is analogous to connecting using a connection string with exactly three keyword/value pairs (for data source name and, optionally, user ID and password).