Jump to content

Connection string

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 202.124.151.123 (talk) at 01:16, 18 February 2013 (Examples). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computing, a connection string is a string that specifies information about a data source and the means of connecting to it. It is passed in code to an underlying driver or provider in order to initiate the connection. Whilst commonly used for a database connection, the data source could also be a spreadsheet or text file.

The connection string may include attributes such as the name of the driver, server and database, as well as security information such as user name and password.

References