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 overriding in c#?

670


Can you specify an access modifier for an enumeration?

728


Is as operator in c#?

637


What are the differences between system.string and system.text.stringbuilder classes?

715


Can I define my own exceptions?

675


Which are the loop types available in c#?

688


What is iformatprovider in c#?

683


In dynamic link library, which api is used for load library?

730


What is difference between array and arraylist in c#?

661


Is c# queue thread safe?

700


What is cookies in c# asp net?

684


who is a protected class-level variable available to?

740


Assembly Code. in Rejester AL. How do Contast Replece( or Change): Bit D3 With Bit D4 and Bit D2 With Bit D5 and Bit D1 With Bit D6 and Bit D0 With Bit D7 I am Not Know Very Well Write English.

1661


Explain use of abstract and sealed classes in c#?

639


What is default value of enum c#?

665