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

Which layer executed first among these Application layer,Buisness layer or Data Base Layer?

2 Answers   L&T,


What is a collection in c#?

0 Answers  


what does static void Main(string[] args) in C# mean????????

5 Answers   ssinformatics,


What is a method signature in c#?

0 Answers  


What is the difference between int16 and int32 in c#?

0 Answers  


How to parse a date time string?

0 Answers  


What is join in c#?

0 Answers  


How u call destructor and dispose methode in c#.NET

1 Answers  


What is a callback c#?

0 Answers  


can we assign null value to value type in c#?

12 Answers   Idea, Microsoft, Wipro,


How does return work in c#?

0 Answers  


What is satellite assembly? And steps to create satellite assembly?

0 Answers  


Categories