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
How many keyword present in C# language ?
What is strong data type in c#?
Why do we use ienumerable in c#?
What is private constructor c#?
How long will it take to learn c#?
How to update the gui from another thread in c#?
What is a concrete class in c#?
How does one compare strings in c#?
How do I calculate relative time?
What is CLR and its application.?
What is the function of the not null constraint?
So what makes your code really object-oriented #?
Why do we need to serialize data?
Should I make my destructor virtual?
How many bytes is a long c#?