Connection string
From RemObjects Software
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 software 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 (like Microsoft Excel) or a text file.
