Multiple choice

What does the parameter Initial Catalog denote inside a Connection String?

  1. Database name

  2. Username

  3. Driver Name

  4. Name of RDBMS Application

  5. Project Name

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The initial catalog parameter denotes the name of the database to which we want to connect. For example, in the connection string given below, Sample is the name of the database. Data Source=servername;Intial Catalog=Sample;Integrated Security=true