Multiple choice asp ado What is a connection string? Specifies whether to use a DSN or DSN-less connection Specifies which type of database is being used Specifies the type of ODBC driver to use, database format and filename Opens the initial connection to a database Reveal answer Fill a bubble to check yourself C Correct answer Explanation A connection string is a string that specifies information about a data source and the means of connecting to it. It includes the provider or driver, the location of the database (filename or server), and security credentials.