Jump to content

Connection string

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jameboy (talk | contribs) at 11:35, 31 May 2007 (new). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In computing, a connection string is a string that specifies specifies information about a data source and the means of connecting to it. It is passed in code an underlying driver or provider in order to initiate the connection.

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.

Whilst commonly used for a database connection, the data source could also be a spreadsheet or text file.

References