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

Is array a list?

0 Answers  


How to create multi-dimensional array?

0 Answers   C DAC, CDAC,


Why is it a bad idea to throw your own exceptions?

1 Answers   Visual Soft,


What is xaml file in c#?

0 Answers  


What is use of abstract class in c#?

0 Answers  






Does C# support multiple inheritance?

5 Answers  


what is the diference between casting and converting?

2 Answers  


Explain code compilation in c#.

0 Answers  


What is concrete method in c#?

0 Answers  


What is callback delegate in c#?

0 Answers  


What is the use of GC.KeepAlive Method?

0 Answers   HCL,


What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?

0 Answers  


Categories