Setting Up the Connection String A connection string contains information about how to connect to the database. In your case, the connection string is: <add name=”DbConnection” connectionString=”Data Source=.;Initial Catalog=BH_Report;Integrated Security=true;” providerName=”System.Data.SqlClient”/> Data Source: The server where the database is ...
Home/C#