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

Does c# have primitives?

0 Answers  


Is c# the same as d flat?

0 Answers  


what is the difference between int and Int32?

5 Answers   TCS,


What types of object can I throw as exceptions?

0 Answers  


What is the difference between namespace and class?

0 Answers  






What is strong name in c# and how can we use it?

0 Answers   DELL,


What is readline library?

0 Answers  


Why to use “finally” block in c#?

0 Answers  


Why do we need to call CG.SupressFinalize?

0 Answers  


What is the relationship between a process, application domain, and application?

0 Answers  


What is the use of static in c#?

0 Answers  


What is asenumerable in c#?

0 Answers  


Categories