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 is args c#?
Explain about Error handling and how this is done
What is a c# delegate?
What is class method?
What is a multi line comment?
What is lambda expression in c#?
What is the resgen.exe tool used for?
What are immutable types in c#?
What are the types of methods in c#?
What are the variables in c#?
How do I declare a pure virtual function in c#?
how dot net compiled code will become platform independent?
Is var a data type?
Can a method return multiple values in c#?
How to implement a singleton design pattern in c#?