connection string
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;data source: database, could also be a spreadsheet or text file
data source name
string that has an associated data structure used to describe a connection to a data source; often overlaps with "connection string"; need not be the same as the filename for the database