What does the parameter Initial Catalog define inside
Connection String?

Answer Posted / santhi

IN connection string for defining the database name we use the Initial Catalog As below:


<add name="sqldb"
connectionString="Data Source=sp-pc-45;Initial Catalog=TMS;User ID=santrhu;Password=123456" providerName="System.Data.SqlClient"/>

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an assembly in .net?

573


Why do we use virtual methods in c#?

487


What is view model in c#?

465


what class is underneath the sortedlist class?

551


What is the namespace for datatable in c#?

500






What does using system mean in c#?

492


How does yield return work c#?

509


What is private protected in c#?

502


What is type system in c#?

522


Explain synchronous and asynchronous operations?

534


What is the advantage of singleton class?

478


What is delegates in c# and uses of delegates?

472


Explain inheritance in c#?

545


what is object-oriented programming (oop) language?

485


What is the resgen.exe tool used for?

528