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
What does dbml mean in texting?
Give some examples of commonly used i/o classes?
Can you inherit multiple classes in c#?
Can a string be null c#?
How many kinds of elements an array can have?
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
how dot net compiled code will become platform independent?
Explain about Oops concept
2. What happened when BO object has been called?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
What does firstordefault mean in c#?
What is desktop example?
Are all methods virtual in c#?
Why is c# used?
Why delegates are type safe in c#?