Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What does the parameter Initial Catalog define inside
Connection String?

Answers were Sorted based on User's Feedback



What does the parameter Initial Catalog define inside Connection String?..

Answer / tiger kumar

The Initial Catalog is used to define the database name
inside the connection string.

Is This Answer Correct ?    37 Yes 2 No

What does the parameter Initial Catalog define inside Connection String?..

Answer / sundherrajan

Define DataBase File that wants to get COnnect with the
connetion string

Is This Answer Correct ?    23 Yes 4 No

What does the parameter Initial Catalog define inside Connection String?..

Answer / 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

What does the parameter Initial Catalog define inside Connection String?..

Answer / vishalsharma

Server="server_name";DataBase="database_name";security_crede
ntials;

Is This Answer Correct ?    12 Yes 13 No

What does the parameter Initial Catalog define inside Connection String?..

Answer / ashish gupta

server="";Database="";Integared Security=""

Is This Answer Correct ?    4 Yes 8 No

Post New Answer

More C Sharp Interview Questions

How to use the sreamReader class to read form a text file?

0 Answers   MCN Solutions,


Is friend a constructor?

0 Answers  


Is it good to use var in c#?

0 Answers  


About Virtual functions and their use ?

13 Answers   MBITS, MMTS,


What is scaffolding in c#?

0 Answers  


Give some examples of commonly used i/o classes?

0 Answers  


In Main function another function is there and to that function if we pass string as parameter ,then that string value is passed by value or reference type?

4 Answers   Honeywell,


What are the problem with .NET generics?

0 Answers   DELL,


What are Sealed Classes in C#?

27 Answers   DataPoint, Wipro,


What does type safety mean?

0 Answers  


list the steps in code compilation in c#?

0 Answers  


What is difference between assembly and dll?

0 Answers  


Categories